Move group and version declaration to gradle.properties
This commit is contained in:
@@ -6,11 +6,6 @@ plugins {
|
||||
`java-library`
|
||||
}
|
||||
|
||||
allprojects {
|
||||
group = "com.velocitypowered"
|
||||
version = rootProject.file("version").readLines().first()
|
||||
}
|
||||
|
||||
subprojects {
|
||||
apply<JavaLibraryPlugin>()
|
||||
|
||||
|
Reference in New Issue
Block a user