aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2022-08-11 11:05:08 +0000
committerGitHub <noreply@github.com>2022-08-11 21:05:08 +1000
commite7a8f04a0faa0d97cedd052389a2655d4814e18d (patch)
tree800276f9dbb971396604f824963a7911db6f2f86 /build.gradle.kts
parentfde462b796ed7fbb22fdf7cf04c032389f3e8629 (diff)
downloadNotEnoughUpdates-e7a8f04a0faa0d97cedd052389a2655d4814e18d.tar.gz
NotEnoughUpdates-e7a8f04a0faa0d97cedd052389a2655d4814e18d.tar.bz2
NotEnoughUpdates-e7a8f04a0faa0d97cedd052389a2655d4814e18d.zip
add an faq (#217)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 54c9e92f..90ee7d94 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -168,6 +168,13 @@ tasks.shadowJar {
tasks.assemble.get().dependsOn(remapJar)
+tasks.remapJar{
+
+ doLast{
+ println("Jar name :" + archiveFileName.get())
+ }
+}
+
tasks.processResources {
filesMatching("mcmod.info") {
expand(