Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
causing problem while runnig from jenkins
Resolving below error
Cannot add task 'wrapper' as a task with that name already exists.
  • Loading branch information
aditya123456 authored Mar 31, 2019
commit 9f8a9be87c5df19b802d335837f9acc61fd831fd
3 changes: 0 additions & 3 deletions kubernetes-example/gradle-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ allprojects {
// skip this module (in our case, the root module):
artifactoryPublish.skip = true

task wrapper(type: Wrapper) {
gradleVersion = '2.4'
}