Skip to content

Commit

Permalink
build: Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Feb 21, 2024
1 parent ad21c69 commit 6b7bbff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ tasks {
description = "Build and add a DEX to the JAR file"
group = "build"

dependsOn(build)

doLast {
val d8 = File(System.getenv("ANDROID_HOME")).resolve("build-tools")
.listFilesOrdered().last().resolve("d8").absolutePath
Expand All @@ -73,7 +75,6 @@ tasks {
// Needed by gradle-semantic-release-plugin.
// Tracking: https://github.com/KengoTODA/gradle-semantic-release-plugin/issues/435
publish {
dependsOn(build)
dependsOn("buildDexJar")
}
}
Expand Down

0 comments on commit 6b7bbff

Please sign in to comment.