Skip to content

Commit

Permalink
all, not just sub
Browse files Browse the repository at this point in the history
  • Loading branch information
kashike committed Jan 2, 2023
1 parent 7ed422b commit 1bfeac5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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>()
Expand Down

0 comments on commit 1bfeac5

Please sign in to comment.