Skip to content

Commit 18f41ac

Browse files
committed
Re-enable deprecation warnings
JAVA-5142
1 parent 1aa97ee commit 18f41ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ configure(javaMainProjects) {
186186
options.encoding = 'ISO-8859-1'
187187
options.fork = true
188188
options.debug = true
189-
options.compilerArgs = ['-Xlint:all', '-Xlint:-deprecation']
189+
options.compilerArgs = ['-Xlint:all']
190190
}
191191
}
192192

0 commit comments

Comments
 (0)