diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-04-13 20:59:01 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-04-13 20:59:01 +0200 |
commit | 91505b22a11c8bcfa9f623f0700030b5caf9bdb5 (patch) | |
tree | 55b83f540994682f423d9e7e6d196dc3eac2e119 /gradle.properties | |
parent | 94f70b5523bed39318ee5a9b2e050d0b0a2cd25d (diff) |
Remove Gradle.
Since Maven and Ant do everything Gradle does and in a much more
forward-compatible fashion, the Gradle build files are of little use.
This patch removes them.
Change-Id: I22bb8f5504b475b1aa2da480309f6cc480cfc411
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gradle.properties b/gradle.properties deleted file mode 100644 index 7efff61..0000000 --- a/gradle.properties +++ /dev/null @@ -1,32 +0,0 @@ -projectVersion = 0.1.0-SNAPSHOT - -quarkusPlatformGroupId = io.quarkus - -#quarkusPlatformArtifactId = quarkus-universe-bom -quarkusPlatformArtifactId = quarkus-bom -quarkusPlatformVersion = 1.3.1.Final -quarkusPluginVersion = 1.3.1.Final - -#quarkusPlatformArtifactId = quarkus-bom -#quarkusPlatformVersion = 999-SNAPSHOT -#quarkusPluginVersion = 999-SNAPSHOT - -dockerPluginVersion = 6.4.0 -spotlessPluginVersion = 3.28.1 -versionsPluginVersion = 0.28.0 -useLatestVersionsPluginVersion = 0.2.13 - -findbugsJsr305Version = 3.0.2 -flexmarkVersion = 0.61.2 -hibernateVersion = 5.4.14.Final -hibernateTypesVersion = 2.9.8 -jakartaJaccVersion = 1.6.1 -jnaVersion = 5.5.0 -jose4jVersion = 0.7.0 -jsoupVersion = 1.13.1 -mapstructVersion = 1.3.1.Final -romeVersion = 1.12.2 -scalaVersion = 2.13.1 -testcontainersVersion = 1.12.4 - -org.gradle.parallel = true |