Join Slack
Powered by
Figured it out: a plugin was doing some config bas...
# gradle
r
rocketraman
10/19/2018, 4:53 AM
Figured it out: a plugin was doing some config based on CI=true (turning off snapshot caching) but in the after evaluation block, which seems to conflict with kotlinScriptDef -- moving the setting to outside the after eval block fixed it.
t
tapchicoma
10/19/2018, 6:44 AM
afterEvaluation is kinda of deprecated in gradle
tapchicoma
10/19/2018, 6:44 AM
open an issue about it in plugin repo
Open in Slack
Previous
Next