mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix makeJar task
This commit is contained in:
parent
6db295a799
commit
685884e67f
2 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,6 @@ tasks.register("makeJar", Copy::class) {
|
|||
from("build/intermediates/compile_app_classes_jar/prereleaseDebug")
|
||||
into("build")
|
||||
include("classes.jar")
|
||||
dependsOn("build")
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue