Skip to content

Commit 2160823

Browse files
committed
Artifactory gradle builds failure fix.
1 parent 44dbd59 commit 2160823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jfrog-cli/artifactory/commands/gradle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const gradleExtractorDependencyVersion = "4.6.0"
19-
const gradleInitScriptTemplate = "gradle.init"
19+
const gradleInitScriptTemplate = "gradle.init.v2"
2020

2121
const usePlugin = "useplugin"
2222
const useWrapper = "usewrapper"

jfrog-cli/utils/cliutils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func confirmAnswer(answer string) bool {
156156
}
157157

158158
func GetVersion() string {
159-
return "1.13.0"
159+
return "1.13.1"
160160
}
161161

162162
func GetConfigVersion() string {

0 commit comments

Comments
 (0)