Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#27 convert maven build scripts to gradle #46

Merged
merged 9 commits into from
Dec 6, 2023

Conversation

adamkorynta
Copy link
Contributor

@adamkorynta adamkorynta commented Dec 4, 2023

Problem Description

Maven offers very little flexibility for building applications. HEC has standardized their libraries to now use Gradle instead.

Solution

Convert maven build to gradle.

Replace the compile task with gradle's compile.
Replace the easy-pack maven plugin with gradle's tar task.
Add in a JavaExec task for running within an IDE.

how you tested the change

Testing through IntelliJ IDE though tasks are IDE agnostic.

Where the following done:

  • Tests. Check all that apply:
    • Unit tests created or modified that run during ant test.
    • Integration tests created or modified that run during integration testing
      (Formerly called regression tests.)
    • Test procedure descriptions for manual testing
  • Was relevant documentation updated?
  • Were relevant config element (e.g. XML data) updated as appropriate

@adamkorynta adamkorynta requested a review from wjonassen December 4, 2023 21:15
@adamkorynta
Copy link
Contributor Author

I rebased this PR on: #47 for simplicity.

@adamkorynta
Copy link
Contributor Author

The ./war-files/META-INF/context.xml looks like an example rather than something we would want to bundle in any distribution. I'm not sure the best place to put that at the moment. Under an ./examples directory?

@adamkorynta adamkorynta marked this pull request as ready for review December 5, 2023 23:23
@adamkorynta
Copy link
Contributor Author

I rebased onto: #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
2 participants