aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 99ff691..5dbf318 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
}
group = "io.jamesbarnett"
-version = "0.0.1-SNAPSHOT"
+version = "snapshot"
java.sourceCompatibility = JavaVersion.VERSION_11
val developmentOnly by configurations.creating