File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ jobs:
3838 java-version : 11
3939 jdkFile : ${{ steps.download-java.outputs.jdkFile }}
4040
41+ - name : Setup Gradle
42+ uses : gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4
43+
4144 - name : Build & Test
42- uses : gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3
43- with :
44- arguments : build --info
45+ run : ./gradlew build --info
4546
4647 - name : Publish Test Results
4748 uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
5253
5354 - name : Publish To Sonatype
5455 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
55- uses : gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3
56- with :
57- arguments : publishAllPublicationsToMavenCentral
56+ run : ./gradlew publishAllPublicationsToMavenCentral
You can’t perform that action at this time.
0 commit comments