File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44 issues :
55 types : [opened]
66 branches :
7- - master
7+ - ' 1.21.5 '
88 pull_request :
99 types : [opened]
1010 branches :
11- - master
11+ - ' 1.21.5 '
1212
1313permissions :
1414 issues : write
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build Lambda
33on :
44 push :
55 branches :
6- - ' master '
6+ - ' 1.21.5 '
77 pull_request :
88
99jobs :
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 - name : Checkout Repository
1313 uses : actions/checkout@v4
1414
15- - name : Set up JDK 17
15+ - name : Set up JDK 21
1616 uses : actions/setup-java@v4
1717 with :
1818 distribution : ' temurin'
19- java-version : ' 17 '
19+ java-version : ' 21 '
2020
2121 - name : Build Dokka Documentation
2222 run : ./gradlew dokkaHtmlMultiModule
Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ jobs:
5656 - name : Checkout Repository
5757 uses : actions/checkout@v4
5858
59- - name : Set up JDK 17
59+ - name : Set up JDK 21
6060 uses : actions/setup-java@v4
6161 with :
6262 distribution : ' temurin'
63- java-version : ' 17 '
63+ java-version : ' 21 '
6464
6565 - name : Publish to Maven
6666 run : ./gradlew publish -PreposiliteUsername=${{ secrets.MAVEN_USER }} -PreposilitePassword=${{ secrets.MAVEN_TOKEN }}
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
5858 - name : Checkout Repository
59596060
61- - name : Set-Up JDK 17
61+ - name : Set-Up JDK 21
6262 uses : actions/setup-java@v4
6363 with :
6464 distribution : ' temurin'
65- java-version : ' 17 '
65+ java-version : ' 21 '
6666 architecture : x64
6767 cache : ' gradle'
6868
You can’t perform that action at this time.
0 commit comments