Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol$CompletionFailure #233

Open
xhoogland opened this issue Feb 7, 2017 · 0 comments
Open

Symbol$CompletionFailure #233

xhoogland opened this issue Feb 7, 2017 · 0 comments

Comments

@xhoogland
Copy link

xhoogland commented Feb 7, 2017

:relay-library:generateReleaseBuildConfig UP-TO-DATE
:relay-library:mergeReleaseResources UP-TO-DATE
:relay-library:processReleaseResources UP-TO-DATE
:relay-library:generateReleaseSources UP-TO-DATE
:relay-library:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE
:relay-library:compileReleaseJavaWithJavac
An exception has occurred in the compiler (1.8.0_121). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for java.lang.invoke.MethodType not found
:relay-library:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':relay-library:compileReleaseJavaWithJavac'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Is the message I receive, my build.gradle in the root is:

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

plugins {
id "me.tatarka.retrolambda" version "3.5.0"
}

allprojects {
buildscript {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
}

I have only JRE and JDK 8 installed on this machine. What am I missing more?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant