Gradle 4.6 RC1 is now available for testing

Gradle 4.6 RC1 is now available for testing. Release Notes

2 Likes

Is see this NullPointerException with Gradle 4.6-rc-1, apply plugin: 'org.akhikhl.gretty'(with classpath 'org.akhikhl.gretty:gretty:2.0.0') and jacoco tool version 0.8.0. The exception is already thrown at configuration time.

No time to craft a minimal reproduction right now, probably next week.

@huxi Thank you for reporting. There is no need to provide a minimal example, our smoke test fails if we apply the jacoco plugin there.

1 Like

@huxi I opened a PR for the Gretty plugin, fixing the problem: https://github.com/akhikhl/gretty/pull/415

1 Like