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

Convert project to use Gradle instead of Maven. #1

Open
wants to merge 1 commit into
base: opensource
Choose a base branch
from

Conversation

gabizou
Copy link

@gabizou gabizou commented Nov 8, 2014

All adapted features provided by the Maven configuration have been reproduced with Gradle. The new Gradle script also supports automatic artifact signing with GNU Privacy Guard keys. Included is the Gradle Wrapper that can be used by anyone to automatically build the project without having to install Gradle itself.

Advantages include:

  • No more Maven! (At least for this project specifically)
  • Easier to read build script than both Ant and Maven
  • Universal support for cloning and building out of IDE
  • Generated artifacts are still valid Maven artifacts
  • Cleaner build process for CI systems.
  • Automated License header application on demand (note the changelog)
  • Easy to define new custom tasks in the Groovy language to perform other actions

I have tested this branch with the following as an example of the produced binaries:

http://ci.afterkraft.com/job/Open-MBEE-util/

…provided by the Maven configuration have been reproduced with Gradle. The new Gradle script also supports automatic artifact signing with GNU Privacy Guard keys. Included is the Gradle Wrapper that can be used by anyone to automatically build the project without having to install Gradle itself.
EDKarlsson pushed a commit that referenced this pull request Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant