Skip to content

Commit 14d3d20

Browse files
authored
Update build.gradle
1 parent 4b1c64f commit 14d3d20

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

grpc-spring-boot-starter-gradle-plugin/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ project['gradle.publish.key'] = System.getenv('gradlePublishKey')
2323
project['gradle.publish.secret'] = System.getenv('gradlePublishSecret')
2424

2525

26+
println "Parent" :
27+
fileTree("../").visit { FileVisitDetails details ->
28+
println details.file.path
29+
}
30+
println "Dir" :
31+
fileTree("./").visit { FileVisitDetails details ->
32+
println details.file.path
33+
}
34+
2635
repositories {
2736
mavenCentral()
2837
maven {

0 commit comments

Comments
 (0)