aboutsummaryrefslogtreecommitdiff
path: root/test/java/install_gradle_and_maven.sh
Commit message (Collapse)AuthorAgeFilesLines
* Java: add Apache Ant (#409)Tobias Gesellchen2023-01-191-21/+0
| | | | | | | | | | | | | | | * Java: add Apache Ant * Update src/java/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * revert the changes in README.md * Add tests for Java/Ant * Fix Java feature version Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Add Gradle and Maven version parameters to Java (#263)etienne-chrp2022-11-171-3/+3
| | | | | | | | | | | | | | | * Refactor java feature tests grep syntax The grep with pipe syntax was creating problems with the check helper Change them in favour of process substitution syntax * Fix java feature tests about java version Java 18 is not available anymore in SDKMAN Some tests asserts were generating false positives * Add Gradle and Maven version parameters to Java
* Java: Fix gradle bug - sets GRADLE_USER_HOME incorrectly (#152)Samruddhi Khandale2022-09-141-0/+8
| | | | | * fix gradle bug * modify tests
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-241-0/+13
* test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh