Skip to content

Commit

Permalink
1.5.9 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuria-Shikibe committed Feb 15, 2021
1 parent ba0dc1c commit 9268d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ task jarAndroid{
def dependencies = files.collect{ "--classpath $it.path" }.join(" ")

//dex and desugar files - this requires d8 in your PATH
doExec("d8 $dependencies --min-api 14 --output ${project.archivesBaseName}Android.jar")
doExec("d8 $dependencies --min-api 14 --output ${project.archivesBaseName}Android.jar ${project.archivesBaseName}Desktop.jar")
}
}

Expand Down

0 comments on commit 9268d9b

Please sign in to comment.