File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1414#
1515# #########################################################################
1616FROM gcr.io/oss-fuzz-base/base-builder-jvm
17- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip \
17+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.zip \
1818 -o maven.zip && \
1919 unzip maven.zip -d $SRC/maven && \
2020 rm maven.zip
21- ENV MVN $SRC/maven/apache-maven-3.6.3 /bin/mvn
21+ ENV MVN $SRC/maven/apache-maven-3.9.9 /bin/mvn
2222RUN git clone --depth 1 https://github.com/atteo/evo-inflector evo-inflector
2323COPY *.sh *.java $SRC/
2424WORKDIR $SRC/evo-inflector
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ auto_ccs:
99 - " saunierthibault@gmail.com"
1010 - " ystreet00@gmail.com"
1111 - " thaytan@noraisin.net"
12+ - " adam@adalogics.com"
13+ - " arthur.chan@adalogics.com"
14+ - " david@adalogics.com"
1215main_repo : ' https://gitlab.freedesktop.org/gstreamer/gstreamer.git'
1316
1417fuzzing_engines :
You can’t perform that action at this time.
0 commit comments