diff --git a/.env b/.env index e60228f6..8c2a49da 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ SONARQUBE_VERSION=10.4-community # The name of the Dockerfile to run. 'Dockerfile' is building locally, 'release.Dockerfile' if building the release image -DOCKERFILE=Dockerfile +DOCKERFILE=release.Dockerfile # The version of the plugin to include in the image -PLUGIN_VERSION=1.19.0-SNAPSHOT +PLUGIN_VERSION=1.19.0 diff --git a/gradle.properties b/gradle.properties index 0f5dce39..ff11f349 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ -version=1.19.0-SNAPSHOT +version=1.19.0 +