File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ plugins {
1010
1111paperweight {
1212 injectPaperRepository = false
13- reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration .REOBF_PRODUCTION
13+ // TODO: switch back to REOBF when paper releases mappings
14+ reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration .MOJANG_PRODUCTION
1415}
1516
1617repositories {
@@ -52,9 +53,10 @@ dependencies {
5253 }
5354}
5455
55- tasks.named(" assemble" ) {
56+ // TODO: re-enable when paper releases mappings
57+ /* tasks.named("assemble") {
5658 dependsOn("reobfJar")
57- }
59+ } */
5860
5961tasks.named<Javadoc >(" javadoc" ) {
6062 enabled = false
Original file line number Diff line number Diff line change @@ -244,7 +244,8 @@ tasks.withType<ShadowJar>().configureEach {
244244
245245tasks.named(" assemble" ).configure {
246246 dependsOn(" shadowJar" )
247- dependsOn(" reobfShadowJar" )
247+ // TODO: re-enable when paper releases mappings
248+ // dependsOn("reobfShadowJar")
248249}
249250
250251publishMods {
You can’t perform that action at this time.
0 commit comments