stahlgruber-edi-tests/settings.gradle.kts

8 lines
142 B
Text
Raw Normal View History

2025-10-10 14:33:37 +02:00
rootProject.name = "edi-tools"
pluginManagement {
repositories {
gradlePluginPortal()
google() //required for ksp
}
}