mirror of
https://github.com/actions/setup-java
synced 2024-11-05 13:15:43 +00:00
13 lines
216 B
Text
13 lines
216 B
Text
|
.gradle
|
||
|
**/build/
|
||
|
!src/**/build/
|
||
|
|
||
|
# Ignore Gradle GUI config
|
||
|
gradle-app.setting
|
||
|
|
||
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||
|
!gradle-wrapper.jar
|
||
|
|
||
|
# Cache of project
|
||
|
.gradletasknamecache
|