Skip to content

Commit

Permalink
set gradle --no-build-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayacco committed Nov 17, 2024
1 parent 8b2753f commit 2e27ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# Build plugin
- name: Build plugin
run: ./gradlew buildPlugin
run: ./gradlew buildPlugin --no-build-cache

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
Expand Down

0 comments on commit 2e27ba8

Please sign in to comment.