Explorar o código

Integrate Gradle Enterprise plugin

Closes gh-20
Joe Grandja %!s(int64=5) %!d(string=hai) anos
pai
achega
54d3bf882a
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      settings.gradle

+ 12 - 0
settings.gradle

@@ -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) {