File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 uses : actions/setup-java@v5
2626 with :
2727 java-version : ${{ matrix.java-version }}
28- distribution : ' adopt '
28+ distribution : ' temurin '
2929 - name : Cache Gradle packages
3030 uses : actions/cache@v5
3131 with :
5959 uses : actions/setup-java@v5
6060 with :
6161 java-version : ${{ matrix.java-version }}
62- distribution : ' zulu '
62+ distribution : ' temurin '
6363 - name : Cache Gradle packages
6464 uses : actions/cache@v5
6565 with :
Original file line number Diff line number Diff line change 1313 uses : actions/setup-java@v5
1414 with :
1515 java-version : ' 17'
16- distribution : ' adopt '
16+ distribution : ' temurin '
1717
1818 - name : Generate JaCoCo report
1919 run : ./gradlew test jacocoTestReport
Original file line number Diff line number Diff line change 2525 uses : actions/setup-java@v5
2626 with :
2727 java-version : ${{ env.JAVA_VERSION }}
28- distribution : ' adopt '
28+ distribution : ' temurin '
2929 - name : Publish to Maven Central
3030 run : ./gradlew publishToMavenCentral
3131
You can’t perform that action at this time.
0 commit comments