Skip to content

Commit

Permalink
Workaround to avoid issues with sonar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Dec 18, 2024
1 parent 93ba216 commit be11c3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ buildscript {
classpath Dependencies.ksp
classpath Dependencies.detektPlugin
classpath Dependencies.sonarQubePlugin

// Workaround for integrate sonarqube plugin with AGP
// It looks like will be fixed after AGP 8.9.0-alpha04 is released
// https://issuetracker.google.com/issues/380600747?pli=1
classpath("org.bouncycastle:bcutil-jdk18on:1.79")
}
}

Expand Down

0 comments on commit be11c3d

Please sign in to comment.