summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2023-01-09 22:04:46 +0100
committerGitHub <noreply@github.com>2023-01-09 22:04:46 +0100
commitb68af696cc6a10df356dee6b347d1b607707035a (patch)
tree54f52705ee9c6d56e7c190be70a74a7eb4a54f5b /gradle.properties
parent3542350909b1213240e5097a1793a7c0733f6196 (diff)
parent8d94287bdc5af03485ed85fee1aab7809dc53566 (diff)
merge: Update GitHub Actions workflows (#123)
This pull request updates the GitHub Actions workflows used in the OpenDC repository, addressing (impending) deprecations, broken caching and publishing steps. ## Implementation Notes :hammer_and_pick: * Fix GH Actions workflow for publishing Docker images * Enable Gradle caching on master branch * Pin version of GitHub Actions runner images * Publish to Maven Central in publish workflow * Upload distributions after CI build
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 06c56148..99952a92 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -20,6 +20,9 @@
# SOFTWARE.
#
+group = org.opendc
+version = 3.0-SNAPSHOT
+
# For Dokka https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G