diff options
| -rw-r--r-- | build.gradle.kts | 3 | ||||
| -rw-r--r-- | gradle.properties | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 42a7f366..1a64b77e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,3 +24,6 @@ plugins { `dokka-conventions` `jacoco-aggregation` } + +group = "org.opendc" +version = "3.0-SNAPSHOT" 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 |
