mirror of
https://github.com/LSPosed/LSPlt.git
synced 2025-05-07 05:56:34 +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")
|
from("${project.buildDir.absolutePath}/symbols/release")
|
||||||
exclude("**/dex_builder")
|
exclude("**/dex_builder")
|
||||||
archiveClassifier.set("symbols")
|
archiveClassifier.set("symbols")
|
||||||
|
archiveBaseName.set("release")
|
||||||
}
|
}
|
||||||
|
|
||||||
val symbolsStandaloneTask = tasks.register<Jar>("generateStandaloneSymbolsJar") {
|
val symbolsStandaloneTask = tasks.register<Jar>("generateStandaloneSymbolsJar") {
|
||||||
from("${project.buildDir.absolutePath}/symbols/standalone")
|
from("${project.buildDir.absolutePath}/symbols/standalone")
|
||||||
exclude("**/dex_builder")
|
exclude("**/dex_builder")
|
||||||
archiveClassifier.set("symbols")
|
archiveClassifier.set("symbols")
|
||||||
|
archiveBaseName.set("standalone")
|
||||||
}
|
}
|
||||||
|
|
||||||
val ver = FileRepositoryBuilder().findGitDir(rootProject.file(".git")).runCatching {
|
val ver = FileRepositoryBuilder().findGitDir(rootProject.file(".git")).runCatching {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user