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