Move group and version declaration to gradle.properties

This commit is contained in:
Alexander Städing
2023-03-26 21:59:06 +02:00
parent 7b5f010215
commit 39fc2805fd
3 changed files with 2 additions and 6 deletions

View File

@@ -6,11 +6,6 @@ plugins {
`java-library`
}
allprojects {
group = "com.velocitypowered"
version = rootProject.file("version").readLines().first()
}
subprojects {
apply<JavaLibraryPlugin>()