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

Gradle: Workaround für Checkstyle noch notwendig? #1499

Closed
cagix opened this issue Apr 23, 2024 · 0 comments · Fixed by #1536
Closed

Gradle: Workaround für Checkstyle noch notwendig? #1499

cagix opened this issue Apr 23, 2024 · 0 comments · Fixed by #1536
Assignees
Labels

Comments

@cagix
Copy link
Member

cagix commented Apr 23, 2024

Im build.gradle ist ein Workaround für die bisher kaputte interne Auflösung von Abhängigkeiten in Checkstyle selbst:

Dungeon/build.gradle

Lines 48 to 53 in 86a86bf

// Workaround to resolve CS dependencies: https://github.com/checkstyle/checkstyle/issues/14123#issuecomment-1961029772
configurations.checkstyle {
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:0")
}
}

Das im Kommentar verlinkte Issue (aus dem dieser Workaround stammt) ist mittlerweile geschlossen. Brauchen wir diesen Workaround noch?

Beim Testen bitte darauf achten, dass alle Hilfsordner vorher entfernt werden, damit wirklich alles neu geladen wird: (a) im Projekt die .gradle/ etc., und (b) im Homeverzeichnis .m2/ und .gradle/.

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

Successfully merging a pull request may close this issue.

1 participant