Gradle 4.4 is out! ❯ Visual Studio 2017 support + new APIs for IDE-makers ❯ Improved incremental builds for C/C++ ❯ Kotlin DSL v0.13 — settings.gradle.kts ❯ Better Play Framework 2.6/Scala 2.12 compatibility
Release Notes: https://docs.gradle.org/4.4/release-notes.html
Hi,
the following change Rename ConfigurationInternal.triggerWhenEmptyActions to runDepende… …ncyActions made our Gradle Plugin tests fail: https://travis-ci.org/junit-team/junit5/jobs/312595407#L1407
ConfigurationInternal.triggerWhenEmptyActions
runDepende… …ncyActions
After updating to the new name, everything’s back to normal.
Cheers, Christian
Thanks for the heads up @sormuras!