chore: initial commit

This commit is contained in:
2023-04-10 15:02:23 +02:00
commit 3db349aeb9
30 changed files with 3355 additions and 0 deletions

8
settings.gradle Normal file
View File

@@ -0,0 +1,8 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = uri("https://maven.hq.hydraulic.software") }
}
}
rootProject.name = "oraksi"