Skip to content

Commit

Permalink
Ensure java 11 source compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Nov 16, 2021
1 parent b0c951f commit 1bfc327
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 @@ -35,6 +35,8 @@ apply plugin: 'idea'
apply plugin: 'elasticsearch.esplugin'
apply plugin: 'elasticsearch.testclusters'

sourceCompatibility = '11'

esplugin {
licenseFile = rootProject.file('LICENSE.txt')
noticeFile = rootProject.file('NOTICE.txt')
Expand Down

0 comments on commit 1bfc327

Please sign in to comment.