Skip to content

Commit

Permalink
Upgrade Gradle to 7.0 (#3606)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mshafrir-stripe authored Apr 15, 2021
1 parent c5b86dd commit 60c1d0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion stripe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
id 'org.jetbrains.dokka'
id 'org.jetbrains.kotlin.plugin.parcelize'

id 'maven'
id 'signing'
id 'maven-publish'

Expand Down

0 comments on commit 60c1d0a

Please sign in to comment.