]> source.dussan.org Git - gitblit.git/commitdiff
build: Comment out option used for Java 7
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Sun, 6 Feb 2022 14:25:05 +0000 (15:25 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Sun, 6 Feb 2022 14:25:05 +0000 (15:25 +0100)
build.moxie

index 93cae54aed936fa8cbb0684ec1a3b49e5eb84d55..74db60385581525d11263cf321d5180fa3361a4d 100644 (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'
     }
 }