Boaz Nahum

- 活动总数 218
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 70
-
-
-
Boaz Nahum 创建了一个帖子, 已回答Plugin 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 进行了评论, -
Boaz Nahum 创建了一个帖子, 已回答Upgrading 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 进行了评论, -
-
Boaz Nahum 创建了一个帖子, 已回答How 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... -
-