Skip to content

Commit

Permalink
Update to gradle task version 3 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Aug 29, 2024
1 parent 20df1ad commit 8f87f4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion master-branch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pool:
vmImage: 'ubuntu-latest'

steps:
- task: Gradle@2
- task: Gradle@3
inputs:
gradleWrapperFile: 'gradlew'
tasks: 'build -d'
Expand Down
2 changes: 1 addition & 1 deletion pull-request-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables:
currentImage: $(imageName)

steps:
- task: Gradle@2
- task: Gradle@3
inputs:
gradleWrapperFile: 'gradlew'
gradleOptions: '-Xmx8192m'
Expand Down
2 changes: 1 addition & 1 deletion release-branch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
jdkArchitectureOption: 'x64'
jdkSourceOption: 'PreInstalled'

- task: Gradle@2
- task: Gradle@3
inputs:
gradleWrapperFile: 'gradlew'
tasks: 'build'
Expand Down

0 comments on commit 8f87f4a

Please sign in to comment.