Skip to content

Commit

Permalink
fix: fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikRevich committed Oct 5, 2024
1 parent c579c36 commit ea8cd51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 21
- name: Set up JDK 23
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '23'
cache: maven
distribution: 'temurin'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>22</release>
<compilerArgs>--enable-preview</compilerArgs>
<enablePreview>true</enablePreview>
</configuration>
</plugin>

Expand Down

0 comments on commit ea8cd51

Please sign in to comment.