This commit is contained in:
Gregor Lohaus
2026-05-27 14:04:26 +02:00
commit be0c0bb321
18 changed files with 1115 additions and 0 deletions

15
settings.gradle.kts Normal file
View File

@@ -0,0 +1,15 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
}
}
rootProject.name = "jlibghostty"