simpligility / android-maven-plugin

Maven Plugin for Android Application development and more
http://simpligility.github.io/android-maven-plugin/
Apache License 2.0
1.05k stars 394 forks source link

Added the d8UseRunner option to the plugin configuration to make d8 work since build-tools;29.0.1 #794

Closed lyubomyr-shaydariv closed 3 years ago

lyubomyr-shaydariv commented 4 years ago

build-tools;29.0.1 and later provide the d8.jar library without the Main-Class entry in its manifest, therefore making the current D8Mojo.java unable to work properly. This PR is attempting to fix the behavior.

Items to discuss:

Please see more at #793.

lyubomyr-shaydariv commented 3 years ago

Closing this one in favor of #796.