Skip to content

Commit 8facc74

Browse files
committed
gradle-nexus-staging-plugin:0.10.0
Avoid NoClassDefFoundError: org/gradle/api/provider/Property
1 parent c0f1690 commit 8facc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.19.RELEASE")
1515
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.12.0"
1616
classpath 'org.hidetake:gradle-ssh-plugin:2.10.1'
17-
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1'
17+
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.10.0'
1818
}
1919
}
2020

0 commit comments

Comments
 (0)