File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ install: ./gradlew assemble
1313script :
1414 - ./gradlew clean build --info
1515 - cd spring-boot/starter && ./gradlew clean build --info
16+ - cd spring-boot/validation && ./gradlew clean build --info
1617
1718language : java
1819
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ include 'spring-boot:modular:booking-module'
2020include ' spring-boot:modular:application'
2121include ' spring-boot:spring-boot-testing'
2222include ' spring-boot:spring-boot-logging'
23- include ' spring-boot:validation'
2423include ' spring-boot:conditionals'
2524include ' spring-boot:configuration'
2625include ' spring-boot:paging'
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ repositories {
2323 mavenCentral()
2424}
2525
26-
2726dependencies {
2827 implementation(' org.springframework.boot:spring-boot-starter-data-jpa' )
2928 implementation(' org.springframework.boot:spring-boot-starter-validation' )
@@ -37,3 +36,7 @@ dependencies {
3736 implementation(' javax.xml.bind:jaxb-api:2.3.1' )
3837 implementation(' org.javassist:javassist:3.23.1-GA' )
3938}
39+
40+ test {
41+ useJUnitPlatform()
42+ }
Original file line number Diff line number Diff line change 1+ # Tue Feb 06 12:27:20 CET 2018
2+ distributionBase =GRADLE_USER_HOME
3+ distributionPath =wrapper/dists
4+ zipStoreBase =GRADLE_USER_HOME
5+ zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6-bin.zip
You can’t perform that action at this time.
0 commit comments