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

Merge pull request #635 from akrherz/aqute_version

[build] Downgrade bnd gradle plugin to 6.4.0
This commit is contained in:
Florian Schmaus 2024-09-25 19:35:32 +00:00 committed by GitHub
commit c5e9e4832d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ jobs:
strategy: strategy:
matrix: matrix:
java: java:
- 11
- 17 - 17
- 21 - 21
env: env:

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"