File tree Expand file tree Collapse file tree
src/it/test-projects/creedengo-java-plugin-test-project Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG MAVEN_BUILDER=3-openjdk-17-slim
2- ARG SONARQUBE_VERSION=10.6 .0-community
2+ ARG SONARQUBE_VERSION=10.7 .0-community
33
44FROM maven:${MAVEN_BUILDER} AS builder
55
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6161| ----------------| ---------------------| ------------------------------------------------------------------------------------------------|
6262| 1.6.+ | 9.4.+ LTS to 10.6.0 | 11 / 17 |
6363| 1.7.+ | 9.9.+ LTS to 10.6.0 | [ 17] ( https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java ) |
64+ | 2.0.+ | 9.9.+ LTS to 10.7.0 | [ 17] ( https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java ) |
6465
6566> Compatibility table of versions lower than 1.4.+ are available from the
6667> main [ creedengo repository] ( https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility ) .
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+
3+ # "sonar.login" kept only for SONARQUBE < 10
4+ mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922:sonar -Dsonar.host.url=http://localhost:$1 -Dsonar.login=$2 -Dsonar.token=$2
You can’t perform that action at this time.
0 commit comments