From 8facc74da2322939217ea8a98578f78596cbe6f9 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 5 Feb 2020 21:56:25 -0600 Subject: [PATCH] gradle-nexus-staging-plugin:0.10.0 Avoid NoClassDefFoundError: org/gradle/api/provider/Property --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 22c988df93..bbdc22ebcc 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.19.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.21.1' + classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.10.0' } }