Skip to content

Commit

Permalink
fix(build): remove useless gradle process
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Aug 31, 2023
1 parent 73b9282 commit b792a8e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ import groovy.json.JsonSlurper

import java.util.regex.Pattern

task createAbout(type:Exec) {
workingDir '../'
commandLine './ci/scripts/create_about_data.sh'
}

task javadoc(type: Javadoc) {
doFirst {
configurations.implementation
Expand Down Expand Up @@ -149,8 +144,6 @@ task updateVersionCode {
}
}

preBuild.dependsOn createAbout

task updateVersionName {
doLast {

Expand Down

0 comments on commit b792a8e

Please sign in to comment.