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