Skip to content

Commit 15a2bd1

Browse files
committed
Removed retrolambda now that we support JDK 8 in ParparVM
1 parent fc36b02 commit 15a2bd1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

maven/codenameone-maven-plugin/src/main/java/com/codename1/builders/IPhoneBuilder.java

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -581,16 +581,7 @@ public boolean build(File sourceZip, BuildRequest request) throws BuildException
581581
iosPods += (((iosPods.length() > 0) ? ",":"") + "GoogleSignIn ~>5.0.0");
582582
addMinDeploymentTarget("8.0");
583583
}
584-
585-
try {
586-
if (!retrolambda(new File(System.getProperty("user.dir")), request, classesDir)) {
587-
return false;
588-
}
589-
} catch (Exception ex) {
590-
throw new BuildException("Error occurred while running retrolambda on project classes", ex);
591-
}
592-
593-
584+
594585
try {
595586
scanClassesForPermissions(classesDir, new Executor.ClassScanner() {
596587
@Override

0 commit comments

Comments
 (0)