This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_4_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 8c5f3b62ec2505b8aa8f8f1e06225fe6752c8fa4 Author: Paul King <[email protected]> AuthorDate: Tue Apr 15 09:47:22 2025 +1000 latest osgi plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ee15eb2bc4..5a32d6512b 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { id 'com.github.ben-manes.versions' version '0.52.0' - id 'com.github.blindpirate.osgi' version '0.0.7' + id 'io.github.goooler.osgi' version '0.8.6' id 'com.github.jk1.dependency-license-report' version '2.9' id 'org.sonarqube' version '4.0.0.2929' // last JDK8 version id 'org.apache.groovy-core'
