From 2cbdc72f46eabea8d7e143e66b4eb77209caed1e Mon Sep 17 00:00:00 2001 From: fedor Date: Sun, 7 Feb 2021 12:54:15 -0500 Subject: [PATCH] Main plugin compatibility --- thrift/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thrift/build.gradle b/thrift/build.gradle index 292a7c47..816ef9f5 100644 --- a/thrift/build.gradle +++ b/thrift/build.gradle @@ -8,6 +8,11 @@ publishPlugin { token = System.getenv().getOrDefault("JETBRAINS_TOKEN", "") } +java { + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 +} + sourceSets { main { java {