Fix building error

This commit is contained in:
mingjun97 2022-05-10 23:55:40 -07:00 committed by Melledy
parent 41de6bd229
commit c105c71e53

View File

@ -229,7 +229,6 @@ javadoc {
}
task injectGitHash {
doLast {
def gitCommitHash = {
try {
return 'git rev-parse --verify --short HEAD'.execute().text.trim()
@ -245,9 +244,7 @@ task injectGitHash {
}
"""
}
}
processResources {
dependsOn "generateProto"
dependsOn "injectGitHash"
}