diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-08-11 11:10:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 11:10:34 +0000 |
commit | 5e9b7d81cd3ee7fac5608a57eb8fa17a18f3a8a7 (patch) | |
tree | b44cfd3ba9d51c1c77f1d587880622a61f1773b1 /build.gradle.kts | |
parent | cf297bcdef34090a43ee030c393efd4e45f86d53 (diff) | |
parent | 74ae776a74bd6d0b24df7354e49287a42600011a (diff) | |
download | NotEnoughUpdates-autoupdate.tar.gz NotEnoughUpdates-autoupdate.tar.bz2 NotEnoughUpdates-autoupdate.zip |
Merge branch 'master' into autoupdateautoupdate
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 3a2eb76c..581816e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -171,6 +171,13 @@ tasks.shadowJar { tasks.assemble.get().dependsOn(remapJar) +tasks.remapJar{ + + doLast{ + println("Jar name :" + archiveFileName.get()) + } +} + tasks.processResources { filesMatching("mcmod.info") { expand( |