Skip to content

Commit b792a8e

Browse files
committed
fix(build): remove useless gradle process
1 parent 73b9282 commit b792a8e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ import groovy.json.JsonSlurper
9090

9191
import java.util.regex.Pattern
9292

93-
task createAbout(type:Exec) {
94-
workingDir '../'
95-
commandLine './ci/scripts/create_about_data.sh'
96-
}
97-
9893
task javadoc(type: Javadoc) {
9994
doFirst {
10095
configurations.implementation
@@ -149,8 +144,6 @@ task updateVersionCode {
149144
}
150145
}
151146

152-
preBuild.dependsOn createAbout
153-
154147
task updateVersionName {
155148
doLast {
156149

0 commit comments

Comments
 (0)