1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 15:21:46 +00:00

Upgrade to Gradle 5.5.1 (#178)

Also make the default wrapper type "all" instead of "binary". This is
helpful for IDEs to understand the gradle script.
This commit is contained in:
Lai Jiang
2019-07-17 17:37:44 -04:00
committed by GitHub
parent bd48041961
commit 30f6113b05
4 changed files with 7 additions and 3 deletions

View File

@@ -46,6 +46,10 @@ plugins {
id 'com.diffplug.gradle.spotless' version '3.18.0'
}
wrapper {
distributionType = Wrapper.DistributionType.ALL
}
apply plugin: google.registry.gradle.plugin.ReportUploaderPlugin
reportUploader {