Enable ge conventions
This commit is contained in:
@@ -9,3 +9,5 @@ servletApiVersion=6.0.0
|
||||
httpclient5Version=5.1.4
|
||||
kerbyVersion=2.0.3
|
||||
okhttp3Version=3.14.9
|
||||
gradleEnterpriseVersion=3.10.3
|
||||
springGeConventionsVersion=0.0.13
|
||||
|
||||
@@ -13,15 +13,15 @@ pluginManagement {
|
||||
plugins {
|
||||
id 'org.springframework.boot' version "$springBootVersion"
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
// id 'com.gradle.enterprise' version "$gradleEnterpriseVersion"
|
||||
// id 'io.spring.ge.conventions' version "$springGeConventionsVersion"
|
||||
id 'com.gradle.enterprise' version "$gradleEnterpriseVersion"
|
||||
id 'io.spring.ge.conventions' version "$springGeConventionsVersion"
|
||||
}
|
||||
}
|
||||
|
||||
// plugins {
|
||||
// id "com.gradle.enterprise"
|
||||
// id "io.spring.ge.conventions"
|
||||
// }
|
||||
plugins {
|
||||
id "com.gradle.enterprise"
|
||||
id "io.spring.ge.conventions"
|
||||
}
|
||||
|
||||
rootProject.name = 'spring-security-kerberos'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user