瀏覽代碼

gradle-nexus-staging-plugin:0.10.0

Avoid NoClassDefFoundError: org/gradle/api/provider/Property
Rob Winch 5 年之前
父節點
當前提交
8facc74da2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
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'
 	}
 }