diff --git a/.env b/.env index 545ae3b50..d01e37f53 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=release.Dockerfile +DOCKERFILE=Dockerfile # The version of the plugin to include in the image -PLUGIN_VERSION=1.18.0 +PLUGIN_VERSION=1.19.0-SNAPSHOT diff --git a/gradle.properties b/gradle.properties index f58130135..0f5dce394 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.18.1 +version=1.19.0-SNAPSHOT