all, not just sub

This commit is contained in:
Riley Park
2023-01-01 18:51:33 -08:00
parent 7ed422b4ed
commit 1bfeac58b6

View File

@@ -8,10 +8,12 @@ plugins {
val junitVersion: String by project.extra
subprojects {
allprojects {
group = "com.velocitypowered"
version = "3.2.0-SNAPSHOT"
}
subprojects {
apply<JavaLibraryPlugin>()
apply<VelocityCheckstylePlugin>()