1
0
mirror of synced 2026-07-19 17:45:11 +00:00

gradle-nexus-staging-plugin:0.10.0

Avoid NoClassDefFoundError: org/gradle/api/provider/Property
This commit is contained in:
Rob Winch
2020-02-05 21:56:25 -06:00
parent c0f16908a1
commit 8facc74da2
+1 -1
View File
@@ -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'
}
}