korlibs/korge-hello-world

packageJvmFatJar fails when configuration cache is enabled

Closed this issue · 0 comments

Coming from this discussion

Something within packageJvmFatJar seems to not play well with the Gradle Configuration-Cache.

If the cache is enabled packageJvmFatJar throws errors and blocks the application to be exported.

You can reproduce this by using this template, upgrading to v5.1.0 and running packageJvmFatJar (Or any package task in this case)

Disabling the cache like below fixes this:
image