We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a026338 commit 6bc4a1dCopy full SHA for 6bc4a1d
.github/workflows/main.yml
@@ -35,12 +35,6 @@ jobs:
35
- name: Setup Gradle
36
uses: gradle/actions/setup-gradle@v3
37
38
- - name: "Cache downloads"
39
- uses: actions/cache@v4
40
- with:
41
- path: "build/download"
42
- key: ${{ hashFiles('gradle.properties') }}
43
-
44
- name: Build
45
run: ./gradlew build
46
.github/workflows/release.yml
@@ -52,12 +52,6 @@ jobs:
52
53
54
55
56
57
58
59
60
61
- name: Build the plugin
62
run: ./gradlew buildPlugin
63
0 commit comments