build: ensure accessWidener file gets remapped

dependabot/gradle/org.projectlombok-lombok-1.18.34 1.1.2
William 5 months ago
parent d12eb2ac29
commit 6c6465d031
No known key found for this signature in database

@ -18,9 +18,7 @@ dependencies {
shadow project(path: ':common')
}
loom {
accessWidenerPath = file("src/main/resources/uniform.accesswidener")
}
loom.setAccessWidenerPath(file("src/main/resources/uniform.accesswidener"))
shadowJar {
configurations = [project.configurations.shadow]

@ -18,9 +18,7 @@ dependencies {
shadow project(path: ':common')
}
loom {
accessWidenerPath = file("src/main/resources/uniform.accesswidener")
}
loom.setAccessWidenerPath(file("src/main/resources/uniform.accesswidener"))
shadowJar {
configurations = [project.configurations.shadow]

@ -3,6 +3,6 @@ javaVersion=17
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.daemon=true
library_version=1.1.1
library_version=1.1.2
library_archive=uniform
library_description=Cross-platform wrapper for making Brigadier commands, based on BrigadierWrapper by Tofaa2, itself inspired by emortalmcs command system.
Loading…
Cancel
Save