Add settings.gradle for pres-checker project.

This commit is contained in:
Ghazi Triki 2019-02-06 16:09:59 +01:00
parent 7bf7adf145
commit e30a37db26
6 changed files with 28 additions and 21 deletions

View File

@ -0,0 +1 @@
rootProject.name = 'bbb-video'

View File

@ -0,0 +1 @@
rootProject.name = 'bbb-voice'

View File

@ -0,0 +1 @@
rootProject.name = 'bigbluebutton-apps'

View File

@ -1,19 +1,21 @@
apply plugin: 'java' apply plugin: 'java'
sourceCompatibility = 1.8 sourceCompatibility = '1.8'
targetCompatibility = 1.8 targetCompatibility = '1.8'
version = '0.0.1' version '0.0.1'
jar.enabled = true
archivesBaseName = 'bbb-pres-check' archivesBaseName = 'bbb-pres-check'
task resolveDeps(type: Copy) { task resolveDeps(type: Copy) {
into('lib') into('lib')
from configurations.default from configurations.default
from configurations.default.allArtifacts.file from configurations.default.allArtifacts.file
doLast { println '[bbb:task] Resolved dependencies for pres-checker application' }
} }
repositories { repositories {
mavenCentral() jcenter()
mavenLocal() mavenLocal()
} }

View File

@ -0,0 +1 @@
rootProject.name = "bbb-pres-check"

View File

@ -12,5 +12,6 @@
</error> </error>
</#items> </#items>
</errors> </errors>
</#list>
</response> </response>
</#compress> </#compress>