1
0
mirror of https://github.com/mc1arke/sonarqube-community-branch-plugin.git synced 2025-10-08 22:52:13 +02:00

Upgrade to Sonarqube 25.10

Bumps the front-end and back-end dependencies to Sonarqube 25.10
This commit is contained in:
Michael Clarke
2025-10-07 20:41:23 +01:00
committed by Michael Clarke
parent 88c36dc5e9
commit ba6d416b38
4 changed files with 8 additions and 8 deletions

6
.env
View File

@@ -1,8 +1,8 @@
# The Sonarqube base image. 'latest' if building locally, '8.5-community' if targeting a specific version
SONARQUBE_VERSION=25.9.0.112764-community
SONARQUBE_VERSION=25.10.0.114319-community
# The name of the Dockerfile to run. 'Dockerfile' is building locally, 'release.Dockerfile' if building the release image
DOCKERFILE=release.Dockerfile
DOCKERFILE=Dockerfile
# The version of the plugin to include in the image
PLUGIN_VERSION=25.9.0
PLUGIN_VERSION=25.10.0-SNAPSHOT

View File

@@ -40,12 +40,12 @@ repositories {
}
}
def sonarqubeVersion = '25.9.0.112764'
def sonarqubeVersion = '25.10.0.114319'
def sonarqubeLibDir = "${projectDir}/sonarqube-lib"
def sonarLibraries = "${sonarqubeLibDir}/sonarqube-${sonarqubeVersion}/lib"
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
java.sourceCompatibility = JavaVersion.VERSION_11
java.targetCompatibility = JavaVersion.VERSION_11
configurations {
zip
customTestRuntime

View File

@@ -1 +1 @@
version=25.9.1
version=25.10.0-SNAPSHOT