mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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:
committed by
Brian Clozel
parent
c0ccdc24a0
commit
9bd60f6554
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user