mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-05 14:06:37 +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")
|
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