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
|
id("xyz.jpenilla.run-paper") version "2.2.2" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "net.civmc"
|
|
||||||
|
|
||||||
project.extensions.configure<GradleEnterpriseExtension> {
|
project.extensions.configure<GradleEnterpriseExtension> {
|
||||||
buildScan {
|
buildScan {
|
||||||
if (System.getenv("CI") != null) {
|
if (System.getenv("CI") != null) {
|
||||||
@@ -21,6 +19,8 @@ project.extensions.configure<GradleEnterpriseExtension> {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
||||||
|
group = "net.civmc"
|
||||||
|
|
||||||
// TODO: We probably don't want to apply these to every project
|
// TODO: We probably don't want to apply these to every project
|
||||||
apply(plugin = "java-library")
|
apply(plugin = "java-library")
|
||||||
apply(plugin = "maven-publish")
|
apply(plugin = "maven-publish")
|
||||||
|
|||||||
Reference in New Issue
Block a user