Skip to content

Commit

Permalink
test: bump up SQ for smoke-test to the latest 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Apr 9, 2020
1 parent afadadd commit d5f0330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smoke-test/sonarqube-latest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM sonarqube:7.9-community
ENV SONAR_JAVA_VERSION=5.13.1.18282
FROM sonarqube:8.2-community
ENV SONAR_JAVA_VERSION=6.1.0.20866

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)
COPY target/sonar-findbugs-plugin.jar $SONARQUBE_HOME/extensions/plugins/

0 comments on commit d5f0330

Please sign in to comment.