aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAntoine Vigneau <antoine.vigneau@sonarsource.com>2023-06-07 15:44:35 +0200
committerAntoine Vigneau <antoine.vigneau@sonarsource.com>2023-06-08 13:59:50 +0200
commit528022bc8aa28d2fcef2e1e54370d874ff9965ab (patch)
tree9c023c5061a36d25d48b632a69c8e243b3c52d1d /pom.xml
parent6529bb38fb5df5918151d4e9b0c08c5841ae7439 (diff)
downloadsonar-scanner-cli-528022bc8aa28d2fcef2e1e54370d874ff9965ab.tar.gz
sonar-scanner-cli-528022bc8aa28d2fcef2e1e54370d874ff9965ab.zip
SQSCANNER-115 Fix SSF-392
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9fad6ad..83a11bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
<!-- Release: enable publication to Bintray -->
<artifactsToPublish>${project.groupId}:${project.artifactId}:zip,${project.groupId}:${project.artifactId}:zip:linux,${project.groupId}:${project.artifactId}:zip:windows,${project.groupId}:${project.artifactId}:zip:macosx,${project.groupId}:${project.artifactId}:json:cyclonedx</artifactsToPublish>
- <maven.compiler.release>8</maven.compiler.release>
+ <maven.compiler.release>11</maven.compiler.release>
</properties>
<dependencies>
@@ -179,7 +179,7 @@
<rules>
<requireFilesSize>
<minsize>560000</minsize>
- <maxsize>590000</maxsize>
+ <maxsize>600000</maxsize>
<files>
<file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>
@@ -193,7 +193,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
- <source>8</source>
+ <source>11</source>
</configuration>
</plugin>
<plugin>