-
-
Notifications
You must be signed in to change notification settings - Fork 423
Runtime configuration is resolved in configuration time #129
Copy link
Copy link
Closed
Description
Hi!
We use this plugin and it works fine, but currently we have performance issues in our multi-project build, and we started to delay all configuration resolution from Gradle's configuration time to its execution time.
And we bumped into that the shadowJar task causes configuration time resolution of the 'runtime' configuration. Is there any chance to delay this also to execution time?
You can find the hook that we use to hunt for configuration-time resolution: http://discuss.gradle.org/t/slow-compiling-script-into-cache-at-1-build-gradle-per-second/1815/4
Thanks in advance!
Reactions are currently unavailable