Skip to content

Commit

Permalink
Merge remote-tracking branch 'shedaniel/11.x-1.19.4' into 12.x-1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Aug 8, 2023
2 parents 5403cbd + 9462ba3 commit d5dc1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ task fakeForgeJar(type: Jar, dependsOn: jar) {
}
["REIPlugin", "REIPluginClient", "REIPluginCommon", "REIPluginDedicatedServer",
"REIPluginLoader", "REIPluginLoaderClient", "REIPluginLoaderCommon", "REIPluginLoaderDedicatedServer"].each {
from(rootProject.file("fake/$it.class")) {
from(rootProject.file("fake/${it}.class")) {
into "me/shedaniel/rei/forge"
}
}
Expand Down

0 comments on commit d5dc1d2

Please sign in to comment.