mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-24 13:02:06 +01:00
[build] Downgrade bnd gradle plugin to 6.4.0
7.0.0 requires Java 17
This commit is contained in:
parent
55400633c8
commit
d217c32e72
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue