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>()

2
gradle.properties Normal file
View File

@@ -0,0 +1,2 @@
group=com.velocitypowered
version=3.2.0-SNAPSHOT

View File

@@ -1 +0,0 @@
3.2.0-SNAPSHOT