主页
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)
按最近的活动排序
最近的活动
投票数
创建于
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年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 票
创建于
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 票
创建于
2022年11月25日 13:59
Please take a look at com.intellij.externalSystem.DependencyModifierServiceit should be available in IDEA 2021.1 and later. This service delegates to proper build system (Maven or Gradle) under the...
社区
IntelliJ IDEA Open API and Plugin Development
Install dependency into Gradle project with disabled Android plugin programmatically
0 票
创建于
2022年11月22日 12:28
You can find more details on launching external processes here: https://plugins.jetbrains.com/docs/intellij/run-configuration-execution.html#running-a-process
社区
IntelliJ IDEA Open API and Plugin Development
ExternalSystemUtil Questions
0 票
下一页
›
最后
»