Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Add support to determine Gradle versions #76

Open
stefanneuhaus opened this issue Feb 6, 2017 · 1 comment
Open

FR: Add support to determine Gradle versions #76

stefanneuhaus opened this issue Feb 6, 2017 · 1 comment

Comments

@stefanneuhaus
Copy link

stefanneuhaus commented Feb 6, 2017

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

@scphantm
Copy link
Contributor

As long as you can turn it off. I don't want that. We don't test against snapshots, why waste our time testing against fluctuating code we will never run? Ill wait a few weeks and run my tests against the release. My developers can wait a few weeks for the new version, they don't have to have it on release day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants