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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user