integrity icon indicating copy to clipboard operation
integrity copied to clipboard

Switch to Maven build system

Open tonit opened this issue 1 year ago • 0 comments

Switch to the Maven build system from Gradle.

  • Add Maven build configuration:
    • Add pom.xml with project information, dependencies, and build plugins.
  • Add GitHub Actions workflows for Maven:
    • Add .github/workflows/maven-build.yml for Maven build and test with JDK 17.
    • Add .github/workflows/maven.yml for Maven build with JDK 1.8.
  • Update Gitpod configuration:
    • Modify .gitpod.yml to use Maven commands for the init task.
  • Remove Gradle-related files:
    • Delete .github/workflows/gradle-build.yml.
    • Delete .github/workflows/gradle.yml.
    • Delete gradle/wrapper/gradle-wrapper.properties.
    • Delete gradlew.
    • Delete gradlew.bat.
    • Delete gradle.properties.
    • Delete settings.gradle.

For more details, open the Copilot Workspace session.

tonit avatar Oct 30 '24 18:10 tonit