Puslish Gradle metadata

Closes gh-23503
This commit is contained in:
Brian Clozel 2019-11-28 10:48:13 +01:00
parent 6f3909f2f0
commit d8f7ed133f
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ plugins {
id 'io.spring.nohttp' version '0.0.3.RELEASE'
id 'de.undercouch.download' version '4.0.0'
id 'com.gradle.build-scan' version '2.4.2'
id "com.jfrog.artifactory" version '4.9.8' apply false
id "com.jfrog.artifactory" version '4.11.0' apply false
id "io.freefair.aspectj" version "4.1.1" apply false
id "com.github.ben-manes.versions" version "0.24.0"
}

View File

@ -4,7 +4,7 @@ pluginManagement {
maven { url 'https://repo.spring.io/plugins-release' }
}
}
enableFeaturePreview("GRADLE_METADATA")
apply from: "$rootDir/gradle/build-cache-settings.gradle"
include "spring-aop"