LSP-355 [lsp] move gradle tooling lib to project

GitOrigin-RevId: f71a5e5ed6a7f5804f808399cde8ca4ab667270e
This commit is contained in:
Gregory.Shrago
2026-02-06 17:09:40 +00:00
committed by intellij-monorepo-bot
parent f03c134d4e
commit b54512198d
@@ -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"),