You've already forked sonarqube-community-branch-plugin
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:
committed by
Michael Clarke
parent
88c36dc5e9
commit
ba6d416b38
6
.env
6
.env
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1 +1 @@
|
||||
version=25.9.1
|
||||
version=25.10.0-SNAPSHOT
|
||||
|
Submodule sonarqube-webapp updated: 7ed371ffd9...7fe00efda0
Reference in New Issue
Block a user