diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 414777d..41e6824 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,16 @@ -quarkusPluginVersion = 1.1.1.Final +quarkusPlatformGroupId = io.quarkus + quarkusPlatformArtifactId = quarkus-universe-bom quarkusPlatformVersion = 1.1.1.Final -quarkusPlatformGroupId = io.quarkus +quarkusPluginVersion = 1.1.1.Final + +#quarkusPlatformArtifactId = quarkus-bom +#quarkusPlatformVersion = 999-SNAPSHOT +#quarkusPluginVersion = 999-SNAPSHOT + +spotlessPluginVersion = 3.27.0 +versionsPluginVersion = 0.27.0 +useLatestVersionsPluginVersion = 0.2.13 -#scalaMainClassName = eu.mulk.mulkcms2.main.Main +hibernateTypesVersion = 2.9.0 +scalaVersion = 2.13.1 |