File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ tasks {
3737 relocate(" net.fabricmc.mappingio" , " org.incendo.cloud.example.mappingio" )
3838
3939 mergeServiceFiles()
40+ // Needed for mergeServiceFiles to work properly in Shadow 9+
41+ filesMatching(" META-INF/services/**" ) {
42+ duplicatesStrategy = DuplicatesStrategy .INCLUDE
43+ }
4044
4145 manifest {
4246 attributes(" paperweight-mappings-namespace" to " mojang" )
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ tasks {
3737 relocate(" net.fabricmc.mappingio" , " org.incendo.cloud.example.mappingio" )
3838
3939 mergeServiceFiles()
40+ // Needed for mergeServiceFiles to work properly in Shadow 9+
41+ filesMatching(" META-INF/services/**" ) {
42+ duplicatesStrategy = DuplicatesStrategy .INCLUDE
43+ }
4044
4145 manifest {
4246 attributes(" paperweight-mappings-namespace" to " mojang" )
You can’t perform that action at this time.
0 commit comments