Skip to content

Commit 41a81ac

Browse files
author
emmanue1
committed
Update build file
1 parent 5dfab57 commit 41a81ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
apply plugin: 'java'
22

3-
version = parent.version
3+
version = '1.0.0'

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ allprojects {
2424

2525
tasks.withType(JavaCompile) {
2626
sourceCompatibility = targetCompatibility = '1.8'
27+
options.compilerArgs << '-Xlint:deprecation'
2728
options.compilerArgs << '-Xlint:unchecked'
2829
options.encoding = 'UTF-8'
2930
}

0 commit comments

Comments
 (0)