Skip to content

Upgraded bnd plugin #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgraded bnd plugin
  • Loading branch information
Ben Fortuna committed Mar 20, 2020
commit 291b38a75b39280840dba2e2ba5dc02ee2fa3d5c
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plugins {
id 'net.researchgate.release' version '2.7.0'
id 'io.franzbecker.gradle-lombok' version '3.2.0' apply false
id "com.jfrog.artifactory" version "4.11.0" apply false
id "biz.aQute.bnd" version "4.3.1" apply false
id "biz.aQute.bnd.builder" version "5.0.0" apply false
}

subprojects {
Expand Down