Skip to content

Commit

Permalink
Merge pull request igniterealtime#635 from akrherz/aqute_version
Browse files Browse the repository at this point in the history
[build] Downgrade bnd gradle plugin to 6.4.0
  • Loading branch information
Flowdalic authored Sep 25, 2024
2 parents c4d16a6 + 6857ac6 commit c5e9e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
java:
- 11
- 17
- 21
env:
Expand Down
2 changes: 1 addition & 1 deletion build-logic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation "biz.aQute.bnd:biz.aQute.bnd.gradle:7.0.0"
implementation "biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0"
implementation "io.freefair.gradle:maven-plugin:8.10" // for io.freefair.agregate-javadoc
implementation "me.champeau.jmh:jmh-gradle-plugin:0.7.2"
implementation "net.ltgt.gradle:gradle-errorprone-plugin:4.0.1"
Expand Down

0 comments on commit c5e9e48

Please sign in to comment.