[*] Modernize Gradle setup

Version catalog and convention plugin instead of allprojects/subprojects
This commit is contained in:
2025-02-22 22:55:06 +01:00
parent f10a23a0f5
commit b466ccd577
20 changed files with 192 additions and 113 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id("java")
java
}
val localRuntimeOnly = configurations.create("localRuntimeOnly")