File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ servletApiVersion=6.0.0
99httpclient5Version =5.1.4
1010kerbyVersion =2.0.3
1111okhttp3Version =3.14.9
12+ gradleEnterpriseVersion =3.10.3
13+ springGeConventionsVersion =0.0.13
Original file line number Diff line number Diff 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
2626rootProject. name = ' spring-security-kerberos'
2727
You can’t perform that action at this time.
0 commit comments