Skip to content

Commit f88ab32

Browse files
committed
Show detailed deprecation warnings in Gradle build
1 parent eb2ea1b commit f88ab32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ subprojects { project ->
144144
}
145145

146146
tasks.withType(JavaCompile) {
147+
options.deprecation = true
147148
options.encoding = 'UTF-8'
148149
}
149150
tasks.withType(ScalaCompile) {

0 commit comments

Comments
 (0)