Skip to content

Commit

Permalink
added DockerPlugin-Version to clean-step
Browse files Browse the repository at this point in the history
  • Loading branch information
levinkerschberger committed May 23, 2024
1 parent 5ef41cb commit c3a1b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agent_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::set-output name=gradle_property::comPalantirDockerVersion=0.34.0"
fi
- name: Clean Gradle cache
run: ./gradlew clean
run: ./gradlew -D${{ steps.determine-jdk.outputs.gradle_property }} clean
- name: assemble
run: ./gradlew -D${{ steps.determine-jdk.outputs.gradle_property }} :inspectit-ocelot-core:assemble
- name: test
Expand Down

0 comments on commit c3a1b60

Please sign in to comment.