File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - name : Set up JDK 11
14+ - name : Set up JDK
1515 uses : actions/setup-java@v4
1616 with :
17- java-version : 11
17+ java-version : ' 17'
18+ distribution : ' temurin'
1819 - name : Build with Maven
1920 run : mvn -B package --file pom.xml
Original file line number Diff line number Diff line change 1111 - name : Set up Java
1212 uses : actions/setup-java@v4
1313 with :
14- java-version : ' 11 '
15- distribution : ' adopt '
14+ java-version : ' 17 '
15+ distribution : ' temurin '
1616 - name : Publish package
1717 env :
1818 JRELEASER_NEXUS2_USERNAME : ${{ secrets.JRELEASER_NEXUS2_USERNAME }}
Original file line number Diff line number Diff line change 2525 </license >
2626 </licenses >
2727 <properties >
28- <java .version>11 </java .version>
28+ <java .version>17 </java .version>
2929 <assertj-core .version>3.24.2</assertj-core .version>
3030 <kotlin-stdlib .version>1.9.22</kotlin-stdlib .version>
3131 <arrow-core .version>1.2.1</arrow-core .version>
144144 <groupId >org.apache.maven.plugins</groupId >
145145 <artifactId >maven-compiler-plugin</artifactId >
146146 <configuration >
147- <source >11 </source >
148- <target >11 </target >
147+ <source >17 </source >
148+ <target >17 </target >
149149 <encoding >${project.build.sourceEncoding} </encoding >
150150 </configuration >
151151 </plugin >
You can’t perform that action at this time.
0 commit comments