Skip to content

Commit

Permalink
rollback 17 jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Temzor committed Jul 1, 2024
1 parent 46f7103 commit 08b5712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 22
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '22'
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Build with Maven
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<url>https://www.example.com</url>

<properties>
<maven.compiler.source>22</maven.compiler.source>
<maven.compiler.target>22</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 08b5712

Please sign in to comment.