Skip to content

Commit

Permalink
Update gradle task to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Aug 29, 2024
1 parent 8b4d1d7 commit 9cff235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main-branch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
# the kindling jar to oss sonatype.

# 5. Deploy SNAPSHOT build to sonatype
- task: Gradle@2
- task: Gradle@3
inputs:
workingDirectory: ''
gradleWrapperFile: 'gradlew'
Expand Down
2 changes: 1 addition & 1 deletion pull-request-pipeline-parameterized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
# Runs 'mvn clean install'
- task: Gradle@2
- task: Gradle@3
inputs:
workingDirectory: ''
gradleWrapperFile: 'gradlew'
Expand Down

0 comments on commit 9cff235

Please sign in to comment.