Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Main plugin compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Feb 7, 2021
1 parent b82bb4d commit 2cbdc72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions thrift/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ publishPlugin {
token = System.getenv().getOrDefault("JETBRAINS_TOKEN", "")
}

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

sourceSets {
main {
java {
Expand Down

0 comments on commit 2cbdc72

Please sign in to comment.