mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Check gradle wrapper in to VCS
The version of gradle used in compilation is now controlled by the gradle wrapper and is centrally managed. This means that everyone will be using the same version of gradle for build, including IC systems like Travis and Cloud Build. The Gradle version for this Gradle wrapper is v5.0. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=223856122
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -81,9 +81,6 @@ autogenerated/
|
||||
# Gradle Ignores
|
||||
|
||||
/gradle/.gradle
|
||||
/gradle/gradle
|
||||
/gradle/gradlew
|
||||
/gradle/gradlew.bat
|
||||
/gradle/**/WEB-INF
|
||||
/gradle/**/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user