diff --git a/lsplt/build.gradle.kts b/lsplt/build.gradle.kts index 5896c71..fc63f3a 100644 --- a/lsplt/build.gradle.kts +++ b/lsplt/build.gradle.kts @@ -176,12 +176,14 @@ val symbolsReleaseTask = tasks.register("generateReleaseSymbolsJar") { from("${project.buildDir.absolutePath}/symbols/release") exclude("**/dex_builder") archiveClassifier.set("symbols") + archiveBaseName.set("release") } val symbolsStandaloneTask = tasks.register("generateStandaloneSymbolsJar") { from("${project.buildDir.absolutePath}/symbols/standalone") exclude("**/dex_builder") archiveClassifier.set("symbols") + archiveBaseName.set("standalone") } val ver = FileRepositoryBuilder().findGitDir(rootProject.file(".git")).runCatching {