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

Allowing gradle to use checkstyle 6.8+ #491

Merged
merged 3 commits into from Aug 10, 2015
Merged

Allowing gradle to use checkstyle 6.8+ #491

merged 3 commits into from Aug 10, 2015

Conversation

ethankhall
Copy link
Contributor

@mockitoguy
Copy link
Contributor

+1

@bigdaz
Copy link
Member

bigdaz commented Aug 5, 2015

Thanks for the PR. I've added some comments, but in general it looks pretty good.

@ethankhall
Copy link
Contributor Author

Thanks for the feedback. I have made those changes. Let me know if theres anything else that needs to be done.

@@ -64,6 +64,20 @@ class CheckstylePluginIntegrationTest extends WellBehavedPluginTest {
file("build/reports/checkstyle/test.xml").assertContents(containsClass("org.gradle.TestClass2"))
}

def "runs with checkstyle 6.8"() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test is no longer required.

@bigdaz
Copy link
Member

bigdaz commented Aug 6, 2015

Having given this a bit more thought, it will need some rework to ensure it works with versions of Checkstyle supplied via the checkstyle configuration as well. This means not relying on the toolVersion to determine the ant task name.

@bigdaz bigdaz added the run-ci label Aug 6, 2015
@ethankhall
Copy link
Contributor Author

Alright. I'll work towards doing it more like the PMD task.

@bigdaz bigdaz self-assigned this Aug 6, 2015
@ethankhall
Copy link
Contributor Author

Alright, this should "just work" now

@bigdaz bigdaz merged commit 8d6781b into gradle:master Aug 10, 2015
@bigdaz
Copy link
Member

bigdaz commented Aug 10, 2015

Thanks Ethan. This PR has been merged and will be in Gradle 2.7.

@ethankhall
Copy link
Contributor Author

Thanks!

@ethankhall
Copy link
Contributor Author

@bigdaz
Copy link
Member

bigdaz commented Aug 11, 2015

Done. Thanks for the reminder.

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

Successfully merging this pull request may close these issues.

None yet

4 participants