From 5cd40ef96dfae73454769ff7f3330bf79c95beea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Fri, 17 Jul 2020 12:57:35 +0200 Subject: [PATCH] HHH-14111 Upgrade to biz.aQute.bnd (OSGi plugin) 5.1.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 584ca62cc0..fedaf28c97 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,6 @@ buildscript { classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.7' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' classpath 'de.thetaphi:forbiddenapis:2.7' - classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.2.0' } } @@ -25,6 +24,7 @@ plugins { id 'me.champeau.buildscan-recipes' version '0.2.3' id 'org.hibernate.build.xjc' version '2.0.1' apply false id 'org.hibernate.build.maven-repo-auth' version '3.0.2' apply false + id 'biz.aQute.bnd' version '5.1.1' apply false } allprojects {