Skip to content

Commit

Permalink
Fix Gradle deprecation warning in examples project (elastic#100988)
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby authored Oct 17, 2023
1 parent 8ac4ba7 commit 1773d4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ buildscript {
subprojects {
apply plugin: 'java'

sourceCompatibility = 17
targetCompatibility = 17
java {
sourceCompatibility = 17
targetCompatibility = 17
}

repositories {
// Only necessary when building plugins against SNAPSHOT versions of Elasticsearch
Expand Down

0 comments on commit 1773d4b

Please sign in to comment.