From 58d2f96a0d2d3e3146e73a00cf46b53bfe4915cc Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 4 May 2022 14:16:52 -0600 Subject: [PATCH] Update gradle-nexus-staging-plugin to 0.30.0 Closes gh-646 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 90b398e5..e2bf851a 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { classpath("io.spring.gradle:spring-io-plugin:0.0.6.RELEASE") classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.12.0" classpath 'org.hidetake:gradle-ssh-plugin:2.10.1' - classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.10.0' + classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0' } }