settings.gradle.kts (10 lines of code) (raw):

pluginManagement { repositories { mavenCentral() gradlePluginPortal() } } plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0" } rootProject.name = "sarif-lsp"