mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Fix build
This commit is contained in:
parent
25fff8a2a8
commit
c4b670709b
@ -177,12 +177,14 @@ val symbolsReleaseTask = tasks.register<Jar>("generateReleaseSymbolsJar") {
|
||||
from("${project.buildDir.absolutePath}/symbols/release")
|
||||
exclude("**/dex_builder")
|
||||
archiveClassifier.set("symbols")
|
||||
archiveBaseName.set("release")
|
||||
}
|
||||
|
||||
val symbolsStandaloneTask = tasks.register<Jar>("generateStandaloneSymbolsJar") {
|
||||
from("${project.buildDir.absolutePath}/symbols/standalone")
|
||||
exclude("**/dex_builder")
|
||||
archiveClassifier.set("symbols")
|
||||
archiveBaseName.set("standalone")
|
||||
}
|
||||
|
||||
val ver = FileRepositoryBuilder().findGitDir(rootProject.file(".git")).runCatching {
|
||||
|
Loading…
x
Reference in New Issue
Block a user