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:
+3
-1
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user