integrity
integrity copied to clipboard
Switch to Maven build system
Switch to the Maven build system from Gradle.
-
Add Maven build configuration:
- Add
pom.xmlwith project information, dependencies, and build plugins.
- Add
-
Add GitHub Actions workflows for Maven:
- Add
.github/workflows/maven-build.ymlfor Maven build and test with JDK 17. - Add
.github/workflows/maven.ymlfor Maven build with JDK 1.8.
- Add
-
Update Gitpod configuration:
- Modify
.gitpod.ymlto use Maven commands for the init task.
- Modify
-
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.
- Delete
For more details, open the Copilot Workspace session.