Update Gradle wrapper to 5.6 (#232)

* Update Gradle wrapper to 5.6

* Upgrade shadowJar to 5.1 and increase JVM heap size

* Use Gradle binary on GCS
This commit is contained in:
Lai Jiang 2019-08-23 22:10:55 -07:00 committed by GitHub
parent 8ec16dca8d
commit bf52a78e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 6 deletions

View file

@ -40,7 +40,7 @@ plugins {
id 'net.ltgt.apt' version '0.19' apply false id 'net.ltgt.apt' version '0.19' apply false
id 'net.ltgt.errorprone' version '0.6.1' id 'net.ltgt.errorprone' version '0.6.1'
id 'checkstyle' id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '5.0.0' id 'com.github.johnrengelman.shadow' version '5.1.0'
// NodeJs plugin // NodeJs plugin
id "com.moowork.node" version "1.2.0" id "com.moowork.node" version "1.2.0"
@ -162,8 +162,8 @@ subprojects {
attributes 'Main-Class': mainClass attributes 'Main-Class': mainClass
} }
zip64 = true zip64 = true
classifier = null classifier = ''
version = null archiveVersion = ''
configurations = [project.configurations.runtimeClasspath] configurations = [project.configurations.runtimeClasspath]
from project.sourceSets.main.output from project.sourceSets.main.output
// Excludes signature files that accompany some dependency jars, like // Excludes signature files that accompany some dependency jars, like

View file

@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx1024m
mavenUrl= mavenUrl=
pluginsUrl= pluginsUrl=
uploaderDestination= uploaderDestination=

View file

@ -9,8 +9,8 @@ com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin:3.18.0
com.diffplug.spotless:spotless-lib-extra:1.18.0 com.diffplug.spotless:spotless-lib-extra:1.18.0
com.diffplug.spotless:spotless-lib:1.18.0 com.diffplug.spotless:spotless-lib:1.18.0
com.diffplug.spotless:spotless-plugin-gradle:3.18.0 com.diffplug.spotless:spotless-plugin-gradle:3.18.0
com.github.jengelman.gradle.plugins:shadow:5.0.0 com.github.jengelman.gradle.plugins:shadow:5.1.0
com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:5.0.0 com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:5.1.0
com.google.cloud.tools:appengine-gradle-plugin:2.0.1 com.google.cloud.tools:appengine-gradle-plugin:2.0.1
com.google.cloud.tools:appengine-plugins-core:0.7.5 com.google.cloud.tools:appengine-plugins-core:0.7.5
com.google.code.findbugs:jsr305:3.0.2 com.google.code.findbugs:jsr305:3.0.2

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip distributionUrl=https\://storage.googleapis.com/domain-registry-dev-deploy/gradle/gradle-5.6-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View file

@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.