chore: upgrade ui-mobile-base for JDK 11

This commit is contained in:
Martin Guillon
2021-04-16 15:13:17 +02:00
parent 528d71218c
commit b377860fc7
3 changed files with 6 additions and 4 deletions

View File

@ -88,11 +88,13 @@ task cleanBuildDir (type: Delete) {
delete "../build/"
}
task copyAar << {
task copyAar {
doLast {
copy {
from "build/outputs/aar/widgets-release.aar"
into "../build/"
}
}
}
assemble.dependsOn(cleanBuildDir)