Some small poking at things :)

dont midn the version bump, it's easier to bump versions then to get Maven to bahave
This commit is contained in:
2026-06-28 15:46:57 +02:00
parent 6d7088fd76
commit 3c6a75a587
13 changed files with 377 additions and 92 deletions
+3 -1
View File
@@ -70,7 +70,7 @@ subprojects {
if (tasks.findByName('javadocJar')) artifact tasks.javadocJar
pom {
name = proj.name
description = "${proj.name} module of AI-test"
description = "${proj.name} module of NeuroDock"
}
}
}
@@ -98,4 +98,6 @@ subprojects {
}
}
}
java.toolchain.languageVersion = JavaLanguageVersion.of(25)
}