mirror of
https://github.com/LSPosed/LSPlt.git
synced 2025-05-06 21:48:48 +08:00
Fix build
This commit is contained in:
parent
bd33009444
commit
834c645212
@ -176,12 +176,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