Browse Source

Integrate Gradle Enterprise plugin

Closes gh-20
pull/112/head
Joe Grandja 5 years ago
parent
commit
54d3bf882a
  1. 12
      settings.gradle

12
settings.gradle

@ -1,3 +1,15 @@ @@ -1,3 +1,15 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release' }
}
}
plugins {
id "com.gradle.enterprise" version "3.2"
id "io.spring.gradle-enterprise-conventions" version "0.0.2"
}
rootProject.name = 'spring-authorization-server'
FileTree buildFiles = fileTree(rootDir) {

Loading…
Cancel
Save