Skip to content

Commit

Permalink
build: Comment out option used for Java 7
Browse files Browse the repository at this point in the history
flaix committed Feb 6, 2022
1 parent f5ed9f8 commit 7150f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.moxie
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ tasks: {
compiler: javac1.8
encoding: UTF-8
# stop complaints about bootstrap classpath when compiling with Java 7
compilerArgs: '-Xlint:-options'
# compilerArgs: '-Xlint:-options'
}
}

0 comments on commit 7150f50

Please sign in to comment.