From 43e3d9671f557ce7a730060d98802423251d0212 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Thu, 15 Apr 2021 14:27:10 -0400 Subject: [PATCH] Upgrade Gradle to 7.0 https://docs.gradle.org/7.0/release-notes.html > This release enables file system watching by default to make your incremental builds faster, expands support for building projects with Java 16, and adds support for building on Macs using Apple Silicon processors (such as M1). > > This release also introduces a feature preview for centralized dependency versions, enables build validation errors to make your builds more reliable, and makes it easier to create convention plugins for settings files. Many incubating features have been promoted to stable. --- gradle/wrapper/gradle-wrapper.properties | 2 +- stripe/build.gradle | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2004a5f329e..703279f07ac 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip diff --git a/stripe/build.gradle b/stripe/build.gradle index 0f8840f217b..0b49e70ef5a 100644 --- a/stripe/build.gradle +++ b/stripe/build.gradle @@ -5,7 +5,6 @@ plugins { id 'org.jetbrains.dokka' id 'org.jetbrains.kotlin.plugin.parcelize' - id 'maven' id 'signing' id 'maven-publish'