Skip to content

Commit

Permalink
downgrade bnd from 7.0.0 to 6.4.0 to fix JDK 11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrueger authored May 23, 2024
1 parent 4a53500 commit 871e57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' apply false
id 'com.diffplug.spotless' version '6.18.0'
id 'net.ltgt.errorprone' version '3.0.1'
id "biz.aQute.bnd.builder" version "7.0.0"
id "biz.aQute.bnd.builder" version "6.4.0"
}

ext {
Expand Down

0 comments on commit 871e57b

Please sign in to comment.