We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfab57 commit 41a81acCopy full SHA for 41a81ac
api/build.gradle
@@ -1,3 +1,3 @@
1
apply plugin: 'java'
2
3
-version = parent.version
+version = '1.0.0'
build.gradle
@@ -24,6 +24,7 @@ allprojects {
24
25
tasks.withType(JavaCompile) {
26
sourceCompatibility = targetCompatibility = '1.8'
27
+ options.compilerArgs << '-Xlint:deprecation'
28
options.compilerArgs << '-Xlint:unchecked'
29
options.encoding = 'UTF-8'
30
}
0 commit comments