Skip to content

Commit 92c2665

Browse files
committed
isolated some modules
1 parent 8020464 commit 92c2665

4 files changed

Lines changed: 16 additions & 6 deletions

File tree

build-all.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,15 @@ cd spring-boot/startup && {
3636
./gradlew clean build --info
3737
cd ../../
3838
}
39+
40+
cd spring-data/spring-data-rest-associations && {
41+
chmod +x gradlew
42+
./gradlew clean build --info
43+
cd ../../
44+
}
45+
46+
cd spring-data/spring-data-rest-springfox && {
47+
chmod +x gradlew
48+
./gradlew clean build --info
49+
cd ../../
50+
}

settings.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
include 'spring-data:spring-data-rest-associations'
2-
include 'spring-data:spring-data-rest-springfox'
3-
include 'spring-data:spring-data-jdbc'
4-
51
include 'spring-cloud:feign-with-spring-data-rest'
62
include 'spring-cloud:sleuth-downstream-service'
73
include 'spring-cloud:sleuth-upstream-service'

spring-data/spring-data-rest-associations/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ build/
2222
nbbuild/
2323
dist/
2424
nbdist/
25-
.nb-gradle/
25+
.nb-gradle/
26+
/out/

spring-data/spring-data-rest-springfox/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ build/
2222
nbbuild/
2323
dist/
2424
nbdist/
25-
.nb-gradle/
25+
.nb-gradle/
26+
/out/

0 commit comments

Comments
 (0)