mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-07 05:57:52 +00:00
Enable gradle scan on CI
Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import io.github.themrmilchmann.gradle.publish.curseforge.ChangelogFormat
|
import io.github.themrmilchmann.gradle.publish.curseforge.ChangelogFormat
|
||||||
import io.github.themrmilchmann.gradle.publish.curseforge.GameVersion
|
import io.github.themrmilchmann.gradle.publish.curseforge.GameVersion
|
||||||
import io.github.themrmilchmann.gradle.publish.curseforge.ReleaseType
|
import io.github.themrmilchmann.gradle.publish.curseforge.ReleaseType
|
||||||
import net.fabricmc.loom.task.RemapJarTask
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("architectury-plugin") version "3.4-SNAPSHOT"
|
id("architectury-plugin") version "3.4-SNAPSHOT"
|
||||||
|
|||||||
@@ -22,6 +22,20 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id("com.gradle.enterprise") version("3.15.1")
|
||||||
|
}
|
||||||
|
|
||||||
|
gradleEnterprise {
|
||||||
|
if (System.getenv("CI") != null) {
|
||||||
|
buildScan {
|
||||||
|
publishAlways()
|
||||||
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||||
|
termsOfServiceAgree = "yes"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
include("common")
|
include("common")
|
||||||
include("fabric")
|
include("fabric")
|
||||||
include("forge")
|
include("forge")
|
||||||
|
|||||||
Reference in New Issue
Block a user