Skip to content

Commit

Permalink
build: Cache JDKs correctly on Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jan 16, 2023
1 parent 854e04f commit 5f91da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
- task: Gradle@2
inputs:
jdkVersionOption: 1.17
tasks: "build publish"
tasks: "build publish copyJdksToCache"
options: '--build-cache'
env:
OSSRH_USERNAME: $(OSSRH_USERNAME)
Expand Down

0 comments on commit 5f91da5

Please sign in to comment.