Skip to content

Commit

Permalink
fix: Add JetBrains annotations dependency in GitHub Bot (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Mar 29, 2024
1 parent 9211d50 commit 825e205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
implementation("io.quarkus:quarkus-hibernate-orm-panache")
implementation("io.quarkus:quarkus-jdbc-mariadb")
implementation("io.quarkus:quarkus-opentelemetry")
implementation 'org.jetbrains:annotations:24.1.0'

implementation project(":commons")
implementation project(path: ':spoon-analyzer')
Expand Down

0 comments on commit 825e205

Please sign in to comment.