Skip to content

Commit

Permalink
Update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Apr 13, 2019
1 parent 5dfab57 commit 41a81ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apply plugin: 'java'

version = parent.version
version = '1.0.0'
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ allprojects {

tasks.withType(JavaCompile) {
sourceCompatibility = targetCompatibility = '1.8'
options.compilerArgs << '-Xlint:deprecation'
options.compilerArgs << '-Xlint:unchecked'
options.encoding = 'UTF-8'
}
Expand Down

0 comments on commit 41a81ac

Please sign in to comment.