-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Overview
The junit5-jupiter-starter-ant build process relies on pre install actions executed by its build.sh. These actions are:
- Load and extract Ant binary distro from Apache mirror to the local workspace.
- Load and store
junit-platform-console-standalonejar in local ant installation. - Call
antwith defaulttesttask.
The first two steps need to be replaced with Ant Wrapper feature.
Deliverables
- Add some
antwsupport and make sure everythings builds fine. - Include
junit5-jupiter-starter-antin build-all-samples program.