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.
2 parents 8da9642 + b810b20 commit 8fd2e09Copy full SHA for 8fd2e09
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
distribution: 'temurin'
13
java-version: 21
14
- name: Setup Gradle
15
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
16
- name: Build with Gradle
17
run: ./gradlew build
18
- name: Test with Gradle
.github/workflows/maven-publish.yml
@@ -29,6 +29,6 @@ jobs:
29
30
31
32
33
- name: Publish with Gradle to Repository
34
run: ./gradlew :${{ github.event.inputs.package }}:publish
0 commit comments