remove hardcoded version

This commit is contained in:
Kilian Schuettler 2023-07-28 17:34:59 +02:00
parent 464b8053fe
commit 715426bd3b
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ plugins {
}
group = "com.knecon.fforesight"
version = "0.1-SNAPSHOT"
java.sourceCompatibility = JavaVersion.VERSION_17
java.targetCompatibility = JavaVersion.VERSION_17

View File

@ -1,4 +1,3 @@
plugins {
id("com.knecon.fforesight.java-conventions")
id("io.freefair.lombok") version "8.1.0"