Skip to content

Commit

Permalink
Puslish Gradle metadata
Browse files Browse the repository at this point in the history
Closes gh-23503
  • Loading branch information
bclozel committed Nov 28, 2019
1 parent 6f3909f commit d8f7ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d8f7ed1

Please sign in to comment.