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

Switch to Maven build system #22

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

Commits on Oct 30, 2024

  1. Switch to Maven build system

    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](https://copilot-workspace.githubnext.com/rebaze/integrity?shareId=XXXX-XXXX-XXXX-XXXX).
    tonit committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    39dce2a View commit details
    Browse the repository at this point in the history