Skip to content

Commit

Permalink
Fix #1194
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Aug 8, 2023
1 parent 9c08c70 commit 67510af
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 67510af

Please sign in to comment.