This is an automated email from the ASF dual-hosted git repository.
arjun4084346 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git
The following commit(s) were added to refs/heads/master by this push:
new cc5b72b00 update version for gradle-nexus-plugin and
build-info-extractor-gradle (#4003)
cc5b72b00 is described below
commit cc5b72b0000ba895c6ff23089c92145428c23a75
Author: Arjun Singh Bora <[email protected]>
AuthorDate: Tue Jul 16 12:49:18 2024 -0700
update version for gradle-nexus-plugin and build-info-extractor-gradle
(#4003)
---
build.gradle | 2 +-
gradle/scripts/buildscript.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 532de4d0d..a9ac3cd3c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ buildscript {
classpath 'io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE'
classpath 'me.champeau.gradle:jmh-gradle-plugin:0.4.8'
classpath
"gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0"
- classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.20.0'
+ classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.33.20'
}
repositories {
diff --git a/gradle/scripts/buildscript.gradle
b/gradle/scripts/buildscript.gradle
index b7eb7576b..31603524f 100644
--- a/gradle/scripts/buildscript.gradle
+++ b/gradle/scripts/buildscript.gradle
@@ -25,6 +25,6 @@ repositories {
}
dependencies {
- classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.7.1'
+ classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.3'
classpath 'com.fizzpod:gradle-sweeney-plugin:1.0+'
}
\ No newline at end of file