This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/master by this push:
new 49fe76e Bump Gradle 6.7 -> 6.8.1
49fe76e is described below
commit 49fe76ebbe8b73342b7a34e4a822ee319a48687e
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Jan 8 23:49:36 2021 +0300
Bump Gradle 6.7 -> 6.8.1
See https://docs.gradle.org/6.8.1/release-notes.html
- Faster Kotlin DSL script compilation
- Vendor selection for Java toolchains
- Task execution in composite builds
- Consistent dependency resolution
---
build.gradle.kts | 5 +++++
gradle/wrapper/gradle-wrapper.properties | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index d3173e1..97efb24 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -266,6 +266,11 @@ allprojects {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
+ configure<JavaPluginExtension> {
+ consistentResolution {
+ useCompileClasspathVersions()
+ }
+ }
repositories {
if (enableMavenLocal) {
diff --git a/gradle/wrapper/gradle-wrapper.properties
b/gradle/wrapper/gradle-wrapper.properties
index 5d03a70..1b6b616 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -16,7 +16,7 @@
#
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionSha256Sum=8ad57759019a9233dc7dc4d1a530cefe109dc122000d57f7e623f8cf4ba9dfc4
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
+distributionSha256Sum=fd591a34af7385730970399f473afabdb8b28d57fd97d6625c388d090039d6fd
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists