Skip to content

Commit

Permalink
use java 19
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Mokevnin <mokevnin@gmail.com>
  • Loading branch information
mokevnin committed Jul 15, 2023
1 parent 7d3bf1d commit ba49505
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.db

.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setup:
gradle wrapper --gradle-version 7.4
gradle wrapper --gradle-version 8.2

clean:
./gradlew clean
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

compileJava {
options.release = 20
options.release = 19
options.encoding = 'UTF-8'
}

Expand Down
2 changes: 1 addition & 1 deletion system.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java.runtime.version=20
java.runtime.version=19

0 comments on commit ba49505

Please sign in to comment.