From 8a9c9638c51d6b2834ac5d57585b7814f5a9d698 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 27 Jan 2023 21:22:59 +0000 Subject: build: Allow version to be overridable This change updates the Gradle configuration to allow the user to overide the version number OpenDC will use when producing the build artifacts. --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 99952a92..06c56148 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,9 +20,6 @@ # SOFTWARE. # -group = org.opendc -version = 3.0-SNAPSHOT - # For Dokka https://github.com/Kotlin/dokka/issues/1405 org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G -- cgit v1.2.3