File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - name : Set up JDK 17
13- uses : actions/setup-java@v2
11+ - uses : actions/checkout@v4
12+ - name : Set up JDK
13+ uses : actions/setup-java@v4
1414 with :
1515 java-version : ' 21'
1616 cache : ' gradle'
17- distribution : ' temurin '
17+ distribution : ' microsoft '
1818 - name : Build with Gradle
1919 run : |
2020 chmod +x ./gradlew
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 - name : Set up JDK
14- uses : actions/setup-java@v2
14+ uses : actions/setup-java@v4
1515 with :
1616 java-version : ' 21'
1717 cache : ' gradle'
18- distribution : ' temurin '
18+ distribution : ' microsoft '
1919 - name : Publish & Release to Curse
2020 env :
2121 SAPS_TOKEN : ${{ secrets.SAPS_TOKEN }}
You can’t perform that action at this time.
0 commit comments