mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
Move group
This commit is contained in:
@@ -7,8 +7,6 @@ plugins {
|
||||
id("xyz.jpenilla.run-paper") version "2.2.2" apply false
|
||||
}
|
||||
|
||||
group = "net.civmc"
|
||||
|
||||
project.extensions.configure<GradleEnterpriseExtension> {
|
||||
buildScan {
|
||||
if (System.getenv("CI") != null) {
|
||||
@@ -21,6 +19,8 @@ project.extensions.configure<GradleEnterpriseExtension> {
|
||||
|
||||
allprojects {
|
||||
|
||||
group = "net.civmc"
|
||||
|
||||
// TODO: We probably don't want to apply these to every project
|
||||
apply(plugin = "java-library")
|
||||
apply(plugin = "maven-publish")
|
||||
|
||||
Reference in New Issue
Block a user