Skip to content

Commit 03d75fc

Browse files
committed
📦 Removed redundant license code
This is handled in buildSrc plugin
1 parent 648bc3d commit 03d75fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

neoforge/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ dependencies {
7575
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
7676
}
7777

78-
tasks.jar.configure {
79-
from(rootProject.file("LICENSE_LibSDL4J"))
80-
from(rootProject.file("LICENSE")) {
81-
rename { "${it}_${mod_name}" }
82-
}
83-
}
84-
8578
tasks.register("signJar") {
8679
dependsOn jar
8780
onlyIf {

0 commit comments

Comments
 (0)