Skip to content

Commit df7fc44

Browse files
committed
Revert "Update Java release build version to 21 (#441)"
This reverts commit fd42ca9.
1 parent fd42ca9 commit df7fc44

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
java: [ '21' ]
19+
java: [ '17', '19', '21' ]
2020
steps:
2121
- uses: actions/checkout@v4
2222

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</description>
1616

1717
<properties>
18-
<java.version>21</java.version>
18+
<java.version>17</java.version>
1919
<maven.compiler.source>${java.version}</maven.compiler.source>
2020
<maven.compiler.target>${java.version}</maven.compiler.target>
2121

@@ -28,7 +28,6 @@
2828
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2929
<skipPrettier>false</skipPrettier>
3030
<skipStaging>false</skipStaging>
31-
<generateBackupPoms>false</generateBackupPoms>
3231
</properties>
3332

3433
<distributionManagement>

0 commit comments

Comments
 (0)