Skip to content

Commit 9c3e6d0

Browse files
committed
Enable ge conventions
1 parent a3098e2 commit 9c3e6d0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ servletApiVersion=6.0.0
99
httpclient5Version=5.1.4
1010
kerbyVersion=2.0.3
1111
okhttp3Version=3.14.9
12+
gradleEnterpriseVersion=3.10.3
13+
springGeConventionsVersion=0.0.13

settings.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ pluginManagement {
1313
plugins {
1414
id 'org.springframework.boot' version "$springBootVersion"
1515
id 'io.spring.dependency-management' version '1.1.0'
16-
// id 'com.gradle.enterprise' version "$gradleEnterpriseVersion"
17-
// id 'io.spring.ge.conventions' version "$springGeConventionsVersion"
16+
id 'com.gradle.enterprise' version "$gradleEnterpriseVersion"
17+
id 'io.spring.ge.conventions' version "$springGeConventionsVersion"
1818
}
1919
}
2020

21-
// plugins {
22-
// id "com.gradle.enterprise"
23-
// id "io.spring.ge.conventions"
24-
// }
21+
plugins {
22+
id "com.gradle.enterprise"
23+
id "io.spring.ge.conventions"
24+
}
2525

2626
rootProject.name = 'spring-security-kerberos'
2727

0 commit comments

Comments
 (0)