geforkt von Mirrors/Velocity
all, not just sub
Dieser Commit ist enthalten in:
Ursprung
7ed422b4ed
Commit
1bfeac58b6
@ -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>()
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren