Skip to content

Commit

Permalink
Revert "[build] Downgrade bnd gradle plugin to 6.4.0"
Browse files Browse the repository at this point in the history
This reverts commit d217c32.

Since the new error prone version requires Java 17, we can also use
the bnd gradle plugin version that requires Java 17.
  • Loading branch information
Flowdalic committed Sep 26, 2024
1 parent 4c7ec62 commit b0f0ee2
Showing 1 changed file with 1 addition and 1 deletion.
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:6.4.0"
implementation "biz.aQute.bnd:biz.aQute.bnd.gradle:7.0.0"
implementation "me.champeau.jmh:jmh-gradle-plugin:0.7.2"
implementation "net.ltgt.gradle:gradle-errorprone-plugin:4.0.1"
implementation "gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2"
Expand Down

0 comments on commit b0f0ee2

Please sign in to comment.