主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikita Skvortsov
活动总数
69
最后的活动
2024年10月16日 09:02
成员加入日期
2017年09月22日 16:47
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
26
活动概览
文章(0)
帖子(0)
评论(43)
按最近的活动排序
最近的活动
投票数
创建于
2023年04月19日 08:09
To inject the init script during a Gradle task execution, your plugin can implement following extension point GradleProjectResolverExtension while the interface is somewhat overloaded, you can inh...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible for a plugin to configure a gradle task for a single execution?
1 票
创建于
2023年04月19日 08:06
To achieve this you can use Gradle init scripts. First take a look at the init script documentation: https://docs.gradle.org/current/userguide/init_scripts.htmlYour init script can contain somethin...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible for a plugin to configure a gradle task for a single execution?
1 票
已编辑于
2022年09月01日 11:35
Please take a look at ExternalSystemExecutionAware.prepareExecutionParameter `task: ExternalSystemTask` allows you to check if it is a reload (sync) or just Gradle task launch.Parameter `taskNotifi...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin - How can I run a task before Gradle project is linked?
1 票
创建于
2019年08月05日 13:59
Since 2019.2 one needs to place an explicit dependency on 'java' plugin, as it was finally detached from the platform. Here is the patch:diff --git a/build.gradle b/build.gradleindex 19c429f..cce56...
社区
IntelliJ IDEA Open API and Plugin Development
package does not exists issue when removing my graddle version '2018.3' option
1 票
创建于
2024年10月16日 09:02
sshah that is expected to work on both, Sync and Run tasks (Builds) through IDE.There was a slight problem with starting tasks using double-click in the Gradle toolwindow: IDEA-298823 . Does it lo...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin - How can I run a task before Gradle project is linked?
0 票
已编辑于
2024年04月04日 14:19
First of all, there is an important difference between CompilerManager and ProjectTaskManager APIs.The former is an interface to the built-in compiler and build system (aka JPS), while the latter i...
社区
IntelliJ IDEA Open API and Plugin Development
Compiling Kotlin files using CompilerManager fails
0 票
已编辑于
2023年11月13日 16:53
Seems like your plugin registers a new `SdkType` extending `JavaSdkType`. I thought about your IDEA plugin registering a new sdk with type `JavaSdkType` and name matching one configured in `idea.mo...
社区
IntelliJ IDEA Open API and Plugin Development
Unset JDK for a Gradle project
0 票
创建于
2023年11月07日 09:08
正式评论
A dummy SDK in IntelliJ indeed can do the trick.When reloading project, IDEA will try to respect Gradle option idea.module.jdkName (reference) and will look for SDK with matching name. So if the du...
社区
IntelliJ IDEA Open API and Plugin Development
Unset JDK for a Gradle project
0 票
创建于
2023年04月21日 08:58
Thank you for the follow up and for sharing your code for those who come after you )
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible for a plugin to configure a gradle task for a single execution?
0 票
创建于
2023年02月02日 09:17
Thank you for the followup!
社区
IntelliJ IDEA Open API and Plugin Development
Plugin - How can I run a task before Gradle project is linked?
0 票
下一页
›
最后
»