Update to Gradle 6.2

- Build Scan plugin is now Gradle Enterprise plugin applied in settings
- Compile task dependencies are now defined through classpath
- Test fixture publication can be disabled through public API

Closes gh-24384
This commit is contained in:
Jendrik Johannes
2020-04-28 15:03:03 +02:00
committed by Brian Clozel
parent c0ccdc24a0
commit 9bd60f6554
8 changed files with 34 additions and 29 deletions
+5
View File
@@ -4,6 +4,11 @@ pluginManagement {
maven { url 'https://repo.spring.io/plugins-release' }
}
}
plugins {
id("com.gradle.enterprise").version("3.1.1")
}
apply from: "$rootDir/gradle/build-cache-settings.gradle"
include "spring-aop"