Add Gradle build setup and updated analyzer files

This commit is contained in:
Nicolas Amaya
2025-10-26 21:28:55 -06:00
parent 82249f76ae
commit 1157885d92
11 changed files with 525 additions and 31 deletions

17
.gitignore vendored
View File

@@ -1,3 +1,14 @@
# IntelliJ IDEA / JetBrains
# -------------------------------
.idea/
### Gradle ###
.gradle/
**/build/
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
### IntelliJ ###
.idea/
*.iml
out/
### OS ###
.DS_Store
Thumbs.db