1
0

Moving from gradle to maven

Gradle was causing to much of a headache and made the project just
frustrating to work in with all these nested folders and unnecessary
files
This commit is contained in:
2025-12-30 23:59:51 +01:00
parent f87ea7a09c
commit 8f9048c8dd
16 changed files with 411 additions and 721 deletions

20
.gitignore vendored
View File

@@ -1,3 +1,4 @@
# Ignore Gradle files
.gradle
**/build/
!src/**/build/
@@ -26,3 +27,22 @@ bin
# Ignore Gradle build output directory
build
# Ignore Maven files
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://maven.apache.org/wrapper/#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath