The use case I have in mind is to test a plugin against incompatibilities that are lurking in upcoming Gradle versions (RC, nightly). The IntegrationSpec already allows for testing a plugin against certain versions by specifying a gradleVersion. Currently every plugin tester has to write its own logic that determines e.g. the latest RC or nightly build. Integrating this logic into nebula-test would facilitate this a lot.
There is already a REST API (serving JSON) where this information could be retrieved from (just browse to the appropriate sub resource): Gradle Version Information
The use case I have in mind is to test a plugin against incompatibilities that are lurking in upcoming Gradle versions (RC, nightly). The
IntegrationSpecalready allows for testing a plugin against certain versions by specifying a gradleVersion. Currently every plugin tester has to write its own logic that determines e.g. the latest RC or nightly build. Integrating this logic into nebula-test would facilitate this a lot.There is already a REST API (serving JSON) where this information could be retrieved from (just browse to the appropriate sub resource): Gradle Version Information