2015-01-08 22:48:49 +01:00
|
|
|
subprojects {
|
2015-04-07 00:41:00 +02:00
|
|
|
ext.version_number = "1.3.3"
|
2015-01-08 22:48:49 +01:00
|
|
|
ext.group_info = "org.whispersystems"
|
2015-05-01 19:29:13 +02:00
|
|
|
ext.curve25519_version = "0.2.4"
|
2015-01-09 01:17:33 +01:00
|
|
|
|
|
|
|
if (JavaVersion.current().isJava8Compatible()) {
|
|
|
|
allprojects {
|
|
|
|
tasks.withType(Javadoc) {
|
|
|
|
options.addStringOption('Xdoclint:none', '-quiet')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-11-24 22:12:03 +01:00
|
|
|
}
|