Add Gradle wrapper upgrader

This commit is contained in:
Alexis Tual 2022-03-25 11:28:20 +01:00
parent 8a7ba1315b
commit 083de9b4be
No known key found for this signature in database
GPG key ID: 04B211FB33792217
7 changed files with 399 additions and 0 deletions

4
.gitignore vendored
View file

@ -104,3 +104,7 @@ __tests__/runner/*
# ASDF tool configuration
.tool-versions
# Gradle
.gradle/
build/