From f7bf7c44664a9f48a8839a961680f17314dcae6e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 28 Jan 2020 22:31:12 +0100 Subject: Maven, Gradle: Build Docker image. Change-Id: Ibf90cd31af67f847d67bd34fe1a8d73d49550088 --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index d7dc937..f607976 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,5 @@ +projectVersion = 0.1.0-SNAPSHOT + quarkusPlatformGroupId = io.quarkus #quarkusPlatformArtifactId = quarkus-universe-bom @@ -9,6 +11,7 @@ quarkusPluginVersion = 1.2.0.Final #quarkusPlatformVersion = 999-SNAPSHOT #quarkusPluginVersion = 999-SNAPSHOT +dockerPluginVersion = 6.1.3 spotlessPluginVersion = 3.27.1 versionsPluginVersion = 0.27.0 useLatestVersionsPluginVersion = 0.2.13 -- cgit v1.2.3