List Gradle user directory.

This commit is contained in:
akwizgran
2018-08-20 12:11:13 +01:00
parent ef10a08165
commit b3e3b970ab

View File

@@ -11,8 +11,7 @@ test:
- $GRADLE_USER_HOME/caches
script:
- ls -R $GRADLE_USER_HOME/wrapper
- ls -R $GRADLE_USER_HOME/caches
- ls -R $GRADLE_USER_HOME
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
after_script: