all, not just sub
This commit is contained in:
@@ -8,10 +8,12 @@ plugins {
|
|||||||
|
|
||||||
val junitVersion: String by project.extra
|
val junitVersion: String by project.extra
|
||||||
|
|
||||||
subprojects {
|
allprojects {
|
||||||
group = "com.velocitypowered"
|
group = "com.velocitypowered"
|
||||||
version = "3.2.0-SNAPSHOT"
|
version = "3.2.0-SNAPSHOT"
|
||||||
|
}
|
||||||
|
|
||||||
|
subprojects {
|
||||||
apply<JavaLibraryPlugin>()
|
apply<JavaLibraryPlugin>()
|
||||||
|
|
||||||
apply<VelocityCheckstylePlugin>()
|
apply<VelocityCheckstylePlugin>()
|
||||||
|
Reference in New Issue
Block a user