Skip to content

Commit 3712d5c

Browse files
committed
Fix wrapper
Signed-off-by: Hendrix-Shen <[email protected]>
1 parent ab0c0cf commit 3712d5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fabricWrapper/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jar {
4242
into("build/tmp/submods/META-INF/jars")
4343
}
4444
}
45+
46+
from("${rootDir}/LICENSE")
47+
from("build/tmp/submods")
4548
}
4649

4750
processResources {
@@ -65,9 +68,6 @@ processResources {
6568
])
6669
}
6770

68-
from("${rootDir}/LICENSE")
69-
from("build/tmp/submods")
70-
7171
doLast {
7272
ArrayList<?> mc_condition = []
7373
ArrayList<?> jars = []

0 commit comments

Comments
 (0)