diff options
author | Antoine Vigneau <antoine.vigneau@sonarsource.com> | 2023-06-07 15:44:35 +0200 |
---|---|---|
committer | Antoine Vigneau <antoine.vigneau@sonarsource.com> | 2023-06-08 13:59:50 +0200 |
commit | 528022bc8aa28d2fcef2e1e54370d874ff9965ab (patch) | |
tree | 9c023c5061a36d25d48b632a69c8e243b3c52d1d /it | |
parent | 6529bb38fb5df5918151d4e9b0c08c5841ae7439 (diff) | |
download | sonar-scanner-cli-528022bc8aa28d2fcef2e1e54370d874ff9965ab.tar.gz sonar-scanner-cli-528022bc8aa28d2fcef2e1e54370d874ff9965ab.zip |
SQSCANNER-115 Fix SSF-392
Diffstat (limited to 'it')
-rw-r--r-- | it/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ <sonar.buildVersion>7.9.1</sonar.buildVersion> <!-- following properties must be set in command-line : sonar.runtimeVersion and sonarRunner.version --> - <maven.compiler.release>8</maven.compiler.release> + <maven.compiler.release>11</maven.compiler.release> </properties> <dependencies> |