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 e0d46aa commit 8f87adcCopy full SHA for 8f87adc
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
java-version: 21
22
23
- name: Set up Gradle
24
- uses: gradle/actions/setup-gradle@v4.4.4
+ uses: gradle/actions/setup-gradle@v5.0.0
25
26
- name: Build plugin
27
run: ./gradlew build
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
token: ${{ secrets.REPO_ACCESS_TOKEN }}
50
51
52
53
54
- name: Release ${{ env.RELEASE_VERSION }}
55
run: |
0 commit comments