From: Florian Zschocke Date: Sun, 6 Feb 2022 14:25:05 +0000 (+0100) Subject: build: Comment out option used for Java 7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7150f501495b2294dd4c30355952006747b38846;p=gitblit.git build: Comment out option used for Java 7 --- diff --git a/build.moxie b/build.moxie index 93cae54a..74db6038 100644 --- a/build.moxie +++ b/build.moxie @@ -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' } }