13
0
geforkt von Mirrors/Velocity

all, not just sub

Dieser Commit ist enthalten in:
Riley Park 2023-01-01 18:51:33 -08:00
Ursprung 7ed422b4ed
Commit 1bfeac58b6

Datei anzeigen

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