mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
Merge pull request #635 from akrherz/aqute_version
[build] Downgrade bnd gradle plugin to 6.4.0
This commit is contained in:
commit
c5e9e4832d
2 changed files with 2 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
java:
|
||||
- 11
|
||||
- 17
|
||||
- 21
|
||||
env:
|
||||
|
|
|
@ -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