Boaz Nahum
- Total activity 218
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 70
-
-
-
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... -
-