aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/build.gradle b/api/build.gradle
index 23ee2975c..44b099077 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -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"
}
}