Add a very-limited ‘no-wrapper’ test Gradle build

Will use this for testing Gradle execution with different versions and mechanisms.
This commit is contained in:
Daz DeBoer 2021-06-24 11:45:25 -07:00
parent 26b92e3f5c
commit 63fea55da4
4 changed files with 24 additions and 4 deletions

View file

@ -0,0 +1,5 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build