diff --git a/.env b/.env index 8259d4617..3d68f9bec 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ SONARQUBE_VERSION=10.2-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.17.0 +PLUGIN_VERSION=1.18.0-SNAPSHOT diff --git a/gradle.properties b/gradle.properties index fbba606f7..ea97b80d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.17.1 +version=1.18.0-SNAPSHOT