1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-10-18 12:15:58 +02:00

[build] Downgrade bnd gradle plugin to 6.4.0

7.0.0 requires Java 17
This commit is contained in:
akrherz 2024-09-25 12:51:02 -05:00
parent 55400633c8
commit d217c32e72
No known key found for this signature in database
GPG key ID: 8052B92BCD50364F

View file

@ -7,7 +7,7 @@ repositories {
} }
dependencies { 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 "io.freefair.gradle:maven-plugin:8.10" // for io.freefair.agregate-javadoc
implementation "me.champeau.jmh:jmh-gradle-plugin:0.7.2" implementation "me.champeau.jmh:jmh-gradle-plugin:0.7.2"
implementation "net.ltgt.gradle:gradle-errorprone-plugin:4.0.1" implementation "net.ltgt.gradle:gradle-errorprone-plugin:4.0.1"