Skip to content

Commit 0977224

Browse files
committed
change(build): include license in JARs
Signed-off-by: Octol1ttle <[email protected]>
1 parent 9af42e5 commit 0977224

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ base { archivesName.set("${mod.id}-$loader") }
3939
group = mod.group
4040
version = "${mod.version}+mc$minecraft"
4141

42+
tasks.withType<Jar> {
43+
from(rootDir.resolve("LICENSE"))
44+
}
45+
4246
modstitch {
4347
minecraftVersion = minecraft
4448

0 commit comments

Comments
 (0)