This commit is contained in:
2025-10-27 16:28:03 +10:30
commit 15431b69b3
19 changed files with 771 additions and 0 deletions

13
buildSrc/build.gradle Normal file
View File

@@ -0,0 +1,13 @@
plugins {
id 'groovy-base'
id 'java-library'
}
repositories {
mavenCentral()
}
dependencies {
implementation gradleApi()
implementation localGroovy()
}