File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ plugins {
1010
1111paperweight {
1212 injectPaperRepository = false
13- // TODO: switch back to REOBF when paper releases mappings
14- reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration .MOJANG_PRODUCTION
13+ reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration .REOBF_PRODUCTION
1514}
1615
1716repositories {
@@ -53,10 +52,9 @@ dependencies {
5352 }
5453}
5554
56- // TODO: re-enable when paper releases mappings
57- /* tasks.named("assemble") {
55+ tasks.named(" assemble" ) {
5856 dependsOn(" reobfJar" )
59- } */
57+ }
6058
6159tasks.named<Javadoc >(" javadoc" ) {
6260 enabled = false
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ configurations {
1818
1919dependencies {
2020 // https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
21- the<PaperweightUserDependenciesExtension >().paperDevBundle(" 1.21.11-R0.1-20251209.225848-3 " )
21+ the<PaperweightUserDependenciesExtension >().paperDevBundle(" 1.21.11-R0.1-20251223.192256-16 " )
2222 compileOnly(libs.paperLib)
2323}
Original file line number Diff line number Diff line change @@ -244,8 +244,7 @@ tasks.withType<ShadowJar>().configureEach {
244244
245245tasks.named(" assemble" ).configure {
246246 dependsOn(" shadowJar" )
247- // TODO: re-enable when paper releases mappings
248- // dependsOn("reobfShadowJar")
247+ dependsOn(" reobfShadowJar" )
249248}
250249
251250publishMods {
You can’t perform that action at this time.
0 commit comments