diff --git a/.env b/.env index 4680192d0..545ae3b50 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ SONARQUBE_VERSION=10.3-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.18.0-SNAPSHOT +PLUGIN_VERSION=1.18.0 diff --git a/gradle.properties b/gradle.properties index ea97b80d2..bcb91a625 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.18.0-SNAPSHOT +version=1.18.0