Uh oh!
There was an error while loading. Please reload this page.
Migration to Gradle (new) - #100
Conversation
Replaces the Ant-based build system with Gradle for improved dependency management, build automation, and extensibility. This change introduces Gradle build scripts for all subprojects, including configuration for code compilation, testing, JAR creation, and distribution. It also adds wrapper files and associated configurations to simplify build execution. The migration facilitates a more modern and maintainable build process, aligning with industry best practices and enabling future enhancements. Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Uh oh!
There was an error while loading. Please reload this page.
jbeckers
left a comment
There was a problem hiding this comment.
Looks good to me
I'm curious what the diff would be between the official mirth 4.5.2 distribution and the result of this gradle build. I'll see if I can find some time to experiment this weekend.
Replaces the Ant-based build system with Gradle for improved dependency management, build automation, and extensibility. This change introduces Gradle build scripts for all subprojects, including configuration for code compilation, testing, JAR creation, and distribution. It also adds wrapper files and associated configurations to simplify build execution. The migration facilitates a more modern and maintainable build process, aligning with industry best practices and enabling future enhancements. Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
jonbartels
left a comment
There was a problem hiding this comment.
I left some trivial comments on project files and on the generated Java source files from Gradle.
I will need to do some builds and think about how to test that Gradle is producing a correct OIE build.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Excluded Donkey tests Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Doing it the other way around now Signed-off-by: Nico Piel <nicopiel@mailbox.org>
pacmano1
commented
Jul 19, 2026
@NicoPiel close this? |
Second attempt at a migration from Ant to Gradle. Compiles and start successfully.
Use
./gradlew dist -x test(Donkey tests still fail)Fixes#52