Switched from maven to gradle for builds

This commit is contained in:
Gregory Ballantine
2026-03-31 18:44:24 -04:00
parent bfdd816f17
commit 8de40f47be
15 changed files with 542 additions and 0 deletions

9
.gitignore vendored
View File

@@ -4,3 +4,12 @@
target/
.idea/
logs/
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
# Ignore Kotlin plugin data
.kotlin