gradle settings

This commit is contained in:
Gregor Lohaus
2026-05-28 22:18:59 +02:00
parent d14fa5c1cb
commit a1717438e4
2 changed files with 10 additions and 2 deletions

8
settings.gradle Normal file
View File

@@ -0,0 +1,8 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = 'jprototerm'