Browse Source

build: Comment out option used for Java 7

pull/1328/merge
Florian Zschocke 2 years ago
parent
commit
7150f50149
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.moxie

+ 1
- 1
build.moxie View File

@@ -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'
}
}


Loading…
Cancel
Save