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

Revert "[build] Downgrade bnd gradle plugin to 6.4.0"

This reverts commit d217c32e72.

Since the new error prone version requires Java 17, we can also use
the bnd gradle plugin version that requires Java 17.
This commit is contained in:
Florian Schmaus 2024-09-26 18:25:45 +02:00
parent 4c7ec625c0
commit b0f0ee2330

View file

@ -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"