In Java 10, when you do gradle eclipse and JavaSE-1.10 comes out, ...

problem

If you are using an old gradle and have sourceCompatibility = 10 in build.gradle, gradle eclipse will

image.png

Error will occur.

Correspondence

In such a case, let's raise the version of gradle to 4.3 or higher. It is cured by [this correspondence] of gradle 4.3 (https://github.com/gradle/gradle/pull/3099).

Recommended Posts

In Java 10, when you do gradle eclipse and JavaSE-1.10 comes out, ...
When using a list in Java, java.awt.List comes out and an error occurs
Do HelloWorld in Java / IntelliJ / Gradle
Do you use Stream in Java?
Hello world in Java and Gradle
Exporting project and war files when creating server-side Java in Eclipse
The first thing to do when you want to be happy with Heroku on GitHub with Eclipse in Java
A note when you want Tuple in Java
What to do when you think you can't do Groovy-> Java in IntelliJ IDEA CE
[Java] Eclipse shortcuts that make sense when you go back and forth between source code in a project
What to do if you get a NoClassDefFoundError when trying to run eclipse on Java9
When you want to dynamically replace Annotation in Java8
When you want to implement Java library testing in Spock with multi-module in Gradle in Android Studio 3
Things you often use when doing web development in Java
You are currently using Java 6. Solution in Android Studio Gradle
How to dynamically switch JDK when building Java in Gradle
What you learned when you acquired Java SE 8 Silver and Gold
Null-safe program in Java (Eclipse)
First Java development in Eclipse
Find out the maximum heap size when you specify the -Xmx or -XX: MaxRAM option in Java
What to do if you get a JNI shared library error when trying to build in Eclipse
Unable to get resources when using modules in Gradle and IntelliJ
"ClassNotFoundException" is displayed when tomcat is started in eclipse and cannot be started
Popular trends in gradle and maven
Do Scala Option.or Null in Java
Encoding and Decoding example in Java
<java> When "EXCEPTION_ACCESS_VIOLATION" appears in awt
Try running Selenuim 3.141.59 in eclipse (java)
[Java] Do not use "+" in append!
Hello World in java in eclipse now
StringBuffer and StringBuilder Class in Java
Can you do it? Java EE
Understanding equals and hashCode in Java
When will you do the refactoring?
JPA (Java Persistence API) in Eclipse
How do you write in Scala that was written in Java? (List → Map)
Creating a project (and GitHub repository) using Java and Gradle in IntelliJ IDEA
Bad habits pointed out in code reviews when Java was a beginner
When you get "Eh?" In Eclipse code completion-If you stumble on substring code completion-
What to do and how to install when an error occurs in DXRuby 1.4.7
Gradle automatically generates version number from git and uses it in Java
What to do if tomcat process remains when tomcat is stopped in eclipse
Find the maximum and minimum of the five numbers you entered in Java