mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-26 18:15:20 +01:00
cbb2038d46
// FREEBIE
14 lines
351 B
Groovy
14 lines
351 B
Groovy
subprojects {
|
|
ext.version_number = "1.7.0"
|
|
ext.group_info = "org.whispersystems"
|
|
ext.axolotl_version = "1.3.1"
|
|
|
|
if (JavaVersion.current().isJava8Compatible()) {
|
|
allprojects {
|
|
tasks.withType(Javadoc) {
|
|
options.addStringOption('Xdoclint:none', '-quiet')
|
|
}
|
|
}
|
|
}
|
|
}
|