Skip to content

Commit

Permalink
Fix checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy authored Mar 6, 2024
1 parent 252afaf commit c375bc8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ checkstyle {
maxWarnings = 0
}

// https://github.com/JabRef/jabref/pull/10812/files#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7R267
configurations.named("checkstyle") {
resolutionStrategy {
capabilitiesResolution {
withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:33.0.0-jre")
}
}
}
}

dependencies {
// JDA
implementation("net.dv8tion:JDA:5.0.0-beta.20") {
Expand Down

0 comments on commit c375bc8

Please sign in to comment.