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

Conversation

tonit
Copy link
Member

@tonit tonit commented Oct 30, 2024

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.

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).
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