From 1bfeac58b6069a061326d3ced1940e3ccf5feb18 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Sun, 1 Jan 2023 18:51:33 -0800 Subject: [PATCH] all, not just sub --- build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4d2fd7876..757a1f17d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,10 +8,12 @@ plugins { val junitVersion: String by project.extra -subprojects { +allprojects { group = "com.velocitypowered" version = "3.2.0-SNAPSHOT" +} +subprojects { apply() apply()