File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 run : chmod +x ./gradlew
2727
2828 - name : Build with Gradle Wrapper
29- run : ./gradlew :menus: build -PStaticStudiosUsername=github -PStaticStudiosPassword=${{ secrets.REPOSITORY_SECRET }}
29+ run : ./gradlew :build -PStaticStudiosUsername=github -PStaticStudiosPassword=${{ secrets.REPOSITORY_SECRET }}
3030
3131 - name : Run Tests
3232 run : ./gradlew test
Original file line number Diff line number Diff line change @@ -12,11 +12,17 @@ jobs:
1212 uses : actions/checkout@v4
1313 - name : Validate Gradle Wrapper
1414 uses : gradle/actions/wrapper-validation@v3
15- - name : Set up JDK 17
15+ - name : Set up JDK 21
1616 uses : actions/setup-java@v4
1717 with :
18- java-version : 17
18+ java-version : 21
1919 distribution : ' temurin'
2020 cache : ' gradle'
21+ - name : Setup Gradle
22+ uses : gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
23+
24+ - name : Grant execute permission for Gradle Wrapper
25+ run : chmod +x ./gradlew
26+
2127 - name : Publish to Public Repository
22- run : ./gradlew :menus: publish -PStaticStudiosUsername=github -PStaticStudiosPassword=${{ secrets.REPOSITORY_SECRET }}
28+ run : ./gradlew :publish -PStaticStudiosUsername=github -PStaticStudiosPassword=${{ secrets.REPOSITORY_SECRET }}
You can’t perform that action at this time.
0 commit comments