Switch from maven to gradle.

This commit is contained in:
Florian THIERRY
2025-09-17 14:23:09 +02:00
parent 03dd52de71
commit 55d6a6328f
18 changed files with 469 additions and 367 deletions

12
.gitignore vendored
View File

@@ -83,4 +83,14 @@ testem.log
.DS_Store
Thumbs.db
**/ci/bin/
**/ci/bin/
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf
# Binary files should be left untouched
*.jar binary
**/.gradle