2015-01-08 22:48:49 +01:00
|
|
|
subprojects {
|
2015-02-25 22:26:33 +01:00
|
|
|
ext.version_number = "1.2.1"
|
2015-01-08 22:48:49 +01:00
|
|
|
ext.group_info = "org.whispersystems"
|
2015-02-09 23:28:29 +01:00
|
|
|
ext.curve25519_version = "0.2.2"
|
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
|
|
|
}
|