From b54512198d09e046efa2f497fac3b1d217f2c9d8 Mon Sep 17 00:00:00 2001 From: "Gregory.Shrago" Date: Fri, 6 Feb 2026 16:34:57 +0400 Subject: [PATCH] LSP-355 [lsp] move gradle tooling lib to project GitOrigin-RevId: f71a5e5ed6a7f5804f808399cde8ca4ab667270e --- .../org/jetbrains/intellij/build/CommunityLibraryLicenses.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt b/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt index 45b00e447473..47f924c66f44 100644 --- a/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt +++ b/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt @@ -394,6 +394,10 @@ object CommunityLibraryLicenses { .apache("https://github.com/gradle/gradle/blob/master/LICENSE") .suppliedByOrganizations("Gradle Inc."), + LibraryLicense(libraryName = "Gradle Tooling API", url = "https://gradle.org/") + .apache("https://github.com/gradle/gradle/blob/master/LICENSE") + .suppliedByOrganizations("Gradle Inc."), + LibraryLicense("GraphQL Java", version = LibraryLicense.CUSTOM_REVISION, attachedTo = "intellij.graphql", url = "https://github.com/graphql-java/graphql-java") .mit("https://github.com/graphql-java/graphql-java/blob/master/LICENSE.md"),