Add gradle.properties and bump version to 0.1.1-SNAPSHOT

This commit is contained in:
BlockyPenguin 2024-05-21 00:45:08 +01:00
parent 6d64a3e9b7
commit 5720f1fa25
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,8 @@ plugins {
id 'application'
}
group = 'com.blockypenguin.jem'
version = '0.1.0'
group = project.ext.group
version = project.ext.version
java.toolchain.languageVersion = JavaLanguageVersion.of(21)

2
gradle.properties Normal file
View File

@ -0,0 +1,2 @@
group=com.blockypenguin.jem
version=0.1.1-SNAPSHOT