Skip to content

Commit

Permalink
Require Java 11 or later for all gradle tasks
Browse files Browse the repository at this point in the history
[#184142402]
  • Loading branch information
hsinn0 committed Oct 9, 2023
1 parent f636d57 commit 4dab293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ subprojects {

// Override spring boot's kotllin version dependency
ext['kotlin.version'] = '${kotlinVersion}'

assert JavaVersion.current().isJava11Compatible()

0 comments on commit 4dab293

Please sign in to comment.