mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix builds
This commit is contained in:
parent
c9c339795a
commit
fa6a620bf9
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue