Skip to content

Commit

Permalink
update java version to 11 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kuhn authored Aug 26, 2022
1 parent b111ad1 commit 69b3f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ group "software.amazon.cloudwatchlogs"

allprojects {
compileJava {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

version = '3.1.0'
Expand Down

0 comments on commit 69b3f51

Please sign in to comment.