From 7ebbb991d2c873dfd8a06d871b6d2fed4fb19ca9 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Wed, 1 Feb 2023 21:09:45 +0100 Subject: fix: forgot to actually call copyJar --- build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index ed53f02..3618f26 100644 --- a/build.gradle +++ b/build.gradle @@ -148,7 +148,7 @@ tasks.register('copyJar', Copy) { //copy jar from build/libs to the forge mod folder //from shadowJar //we want the über version, not the small one - from reobfJar + from project.jar into modDir } @@ -164,3 +164,8 @@ publishing { } } } + +build { + //dependsOn shadowJar, reobfShadowJar + finalizedBy copyJar +} \ No newline at end of file -- cgit v1.2.3-56-ga3b1