aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 3c2cc3c..65f8dbd 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -13,13 +13,13 @@ plugins {
loom {
clientOnlyMinecraftJar()
- accessWidenerPath.set(project.file("src/main/resources/notenoughupdates.accesswidener"))
+ accessWidenerPath.set(project.file("src/main/resources/firmament.accesswidener"))
runs {
removeIf { it.name != "client" }
named("client") {
property("devauth.enabled", "true")
property("fabric.log.level", "info")
- property("notenoughupdates.debug", "true")
+ property("firmament.debug", "true")
/*
vmArg("-XX:+AllowEnhancedClassRedefinition")
vmArg("-XX:HotswapAgent=fatjar")
@@ -145,6 +145,6 @@ tasks.processResources {
tasks.license {
scanConfiguration(project.configurations.compileClasspath.get())
- outputFile.set(file("$buildDir/LICENSES-NEU.json"))
+ outputFile.set(file("$buildDir/LICENSES-FIRMAMENT.json"))
licenseFormatter.set(moe.nea.licenseextractificator.JsonLicenseFormatter())
}