File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 uses : gradle/actions/setup-gradle@v5
2727
2828 - name : Build and test
29- run : gradle build
29+ run : ./gradlew build
3030
3131 - name : Upload test results
3232 if : always()
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
5252 fi
5353
5454 - name : Build and test
55- run : gradle build
55+ run : ./gradlew build
5656
5757 - name : Publish to Local Maven Staging
58- run : gradle publish --stacktrace --info
58+ run : ./gradlew publish --stacktrace --info
5959
6060 - name : Release
6161 env :
6565 JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.MAVEN_CENTRAL_BRIGHTINVENTIONS_PL_GPG_PUBLIC_KEY }}
6666 JRELEASER_MAVENCENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_BRIGHTINVENTIONS_PL_USERNAME }}
6767 JRELEASER_MAVENCENTRAL_PASSWORD : ${{ secrets.MAVEN_CENTRAL_BRIGHTINVENTIONS_PL_PASSWORD }}
68- run : gradle jreleaserRelease --stacktrace --info
68+ run : ./gradlew jreleaserRelease --stacktrace --info
6969
7070 - name : Update to next development version
7171 run : |
You can’t perform that action at this time.
0 commit comments