Integrate Gradle Enterprise plugin
Closes gh-20
This commit is contained in:
parent
3780bee88e
commit
54d3bf882a
@ -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'
|
rootProject.name = 'spring-authorization-server'
|
||||||
|
|
||||||
FileTree buildFiles = fileTree(rootDir) {
|
FileTree buildFiles = fileTree(rootDir) {
|
||||||
|
Loading…
Reference in New Issue
Block a user