fix builds

This commit is contained in:
Cloudburst 2022-10-26 22:39:36 +02:00
parent c9c339795a
commit fa6a620bf9
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ tasks.register("androidSourcesJar", Jar::class) {
// this is used by the gradlew plugin
tasks.register("makeJar", Copy::class) {
from("build/intermediates/compile_app_classes_jar/debug")
from("build/intermediates/compile_app_classes_jar/prereleaseDebug")
into("build")
include("classes.jar")
dependsOn("build")