Skip to content

Move from Ant to Gradle as build system? #272

Open
@smarr

Description

@smarr

In another project, I have been using Gradle as build tool.

It makes a few things simpler and seems to be more actively maintained.

  • no XML anymore
  • modules/plugins for code formatting, avoiding our custom solution
  • support for maven central and maven dependencies (getting rid of SOMns-deps)
  • support for http mirrors (avoiding build issues when some internet service is down)
  • there is probably support/plugins for JaCoCo, and CheckStyle to avoid custom code there, too

And possibly:

  • we might be able to avoid having Eclipse projects in the repo, and only one truth (the gradle build file), which could make it easier to use other IDEs

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImproves the implementation with something noteworthygood first issueAre you trying to have a good at SOMns? Start here!help wantedWould be great if you could help out here.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions