Skip to content

Commit

Permalink
#630 change compiler to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
svennissel committed May 9, 2022
1 parent 6391858 commit 178271f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/olv.java-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {

group = 'pl.otros.logviewer'
version = '1.4.19-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 17
targetCompatibility = 17

repositories {
mavenCentral()
Expand Down

0 comments on commit 178271f

Please sign in to comment.