Skip to content

Commit b2ca71a

Browse files
committed
add some sh
1 parent e862157 commit b2ca71a

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

buildSrc/script/parseJson.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import groovy.json.JsonSlurper
33

44
afterEvaluate {
55
println("try to parse json with gradle ==========>")
6+
println("\n")
7+
68
def json = new File(projectDir, "demo.json")
79
def srcDir = new File(project.buildDir, 'plugin')
810
println("json===$json")
@@ -16,4 +18,7 @@ afterEvaluate {
1618
for(site in sites.site){
1719
println("site==$site")
1820
}
21+
22+
println("\n")
23+
println("parse json with gradle end <==========")
1924
}

build-scan.sh script/build-scan.sh

File renamed without changes.

script/clean_app_prebuild.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
echo "./gradlew clean :app:preBuild"
2+
./gradlew clean :app:preBuild

script/i_screen_record.sh

100644100755
File mode changed.

script/launch_total_time.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)