We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aec11cd + 0a79f4e commit cca60c5Copy full SHA for cca60c5
1 file changed
src/main/java/com/simpligility/maven/plugins/android/phase08preparepackage/D8Mojo.java
@@ -394,7 +394,8 @@ private void runD8( CommandExecutor executor )
394
}
395
if ( parsedMainDexList != null )
396
{
397
- commands.add( "--main-dex-list" + parsedMainDexList );
+ commands.add( "--main-dex-list" );
398
+ commands.add( parsedMainDexList );
399
400
if ( parsedArguments != null )
401
0 commit comments