diff --git a/.env b/.env index aa12dd7ca..54c0bbb56 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ SONARQUBE_VERSION=10.1-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.16.0-SNAPSHOT +PLUGIN_VERSION=1.16.0 diff --git a/gradle.properties b/gradle.properties index e4b5fd86e..cd6d85729 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.16.0-SNAPSHOT +version=1.16.0