Skip to content

Commit 9e403c3

Browse files
committed
update
1 parent 6a6511a commit 9e403c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,11 @@ generateGrammarSource {
124124
maxHeapSize = "64m"
125125
}
126126

127-
tasks.withType(JavaCompile) {
127+
tasks.withType(JavaCompile).configureEach {
128128
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
129129
}
130130

131131

132-
133132
sourceSets {
134133
main {
135134
java {

0 commit comments

Comments
 (0)