Boaz Nahum

- Total activity 215
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 69
-
Boaz Nahum created a post, AnsweredPlugin dev using gradle: Could not determine target platform version, please check project setup
Hi I'm using gradle to developer IntelliJ plugins: build.gradle intellij { //version gradle.ext.intellij_version version '2021.2'...} plugin.xml <applicationListeners> <listener class="w... -
Boaz Nahum commented, -
Boaz Nahum created a post, AnsweredUpgrading my plugins to 2021.*/Gradle java.lang.NoClassDefFoundError: com/intellij/openapi/compiler/CompileTask
Hi All After ugrading all my plugins to 2021.* and using gradle, I have this problem: This code import com.intellij.openapi.compiler.CompileTask; is compiled successfully, but on runtime I get ja... -
Boaz Nahum commented, -
-
Boaz Nahum created a post, AnsweredHow to add flag '--enable-preview' to groovy compiler
Hi I have a mixed java/gorrvy project., IntelliJ IntelliJ IDEA 2019.3.2 (Community Edition) Build #IC-193.6015.39, built on January 21, 2020 I want to use JDK 13 preview features, so I turned it on... -
-
-
Boaz Nahum commented, -
Boaz Nahum created a post, Answered"Error:java: option --add-exports not allowed with target 1.8" or Per module compiler settings
We have huge project with hundreds of modules with dependencies between them. Some of the module are Java 1.6/1.8 most of the 1.9 jigsaw. So we are trying to add jigsaw specific compiler setting, l...