File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 359
359
<plugin >
360
360
<groupId >org.sonarsource.scanner.maven</groupId >
361
361
<artifactId >sonar-maven-plugin</artifactId >
362
- <version >5 .0.0.4389 </version >
362
+ <version >4 .0.0.4121 </version >
363
363
</plugin >
364
364
</plugins >
365
365
</pluginManagement >
Original file line number Diff line number Diff line change 1
- FROM maven:3.6.3 -jdk-8
1
+ FROM maven:3.9.9 -jdk-8
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
bash \
Original file line number Diff line number Diff line change 1
- FROM sonarqube:8.2 -community
2
- ENV SONAR_JAVA_VERSION=6.1.0.20866
1
+ FROM sonarqube:9.9 -community
2
+ ENV SONAR_JAVA_VERSION=8.6.0.37351
3
3
4
4
RUN (cd $SONARQUBE_HOME/extensions/plugins/ && curl -O https://repo.maven.apache.org/maven2/org/sonarsource/java/sonar-java-plugin/$SONAR_JAVA_VERSION/sonar-java-plugin-$SONAR_JAVA_VERSION.jar)
5
5
COPY target/sonar-findbugs-plugin.jar $SONARQUBE_HOME/extensions/plugins/
You can’t perform that action at this time.
0 commit comments