File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-
1919 unzip maven.zip -d $SRC/maven && \
2020 rm maven.zip
2121ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn
22- RUN git clone --depth 1 https://github.com/checkstyle/checkstyle checkstyle
22+ RUN git clone --depth 1 --branch checkstyle-10.17.0 https://github.com/checkstyle/checkstyle checkstyle
2323COPY *.sh *Fuzzer.java $SRC/
2424WORKDIR $SRC/checkstyle
Original file line number Diff line number Diff line change 1616# #########################################################################
1717export TARGET_PACKAGE_PREFIX=" com.puppycrawl.tools.checkstyle."
1818
19- MAVEN_ARGS=" -Dmaven.test.skip=true -Djavac.src.version=15 -Djavac.target.version=15 --update-snapshots"
19+ MAVEN_ARGS=" -Dmaven.test.skip=true -Djavac.src.version=17 -Djavac.target.version=17 --update-snapshots"
2020$MVN clean package $MAVEN_ARGS
2121
2222BUILD_CLASSPATH=
You can’t perform that action at this time.
0 commit comments