主页
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)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2022年11月21日 14:40
If you want to have more control about Gradle execution from IDEA, you can use `GradleTaskManager`. But it still will not allow you to set StdIn. If you need this level of control over the child Gr...
社区
IntelliJ IDEA Open API and Plugin Development
ExternalSystemUtil Questions
0 票
创建于
2022年05月31日 08:30
Hello,Ideally, once the project is imported from external system, there should be no need for plugin to do anything on project opening.Could you please give some details about what would you like t...
社区
IntelliJ IDEA Open API and Plugin Development
External system for loading existing(already imported) project
0 票
创建于
2022年05月17日 07:29
External Code Formatter benefits are not about running the gradle task (this code will stay the same), but about integrating into IDEA's ecosystem. Your formatter will be properly called on "Reform...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
创建于
2022年05月16日 16:29
Ryan Gurney what is the reason to call the formatter on per-file basis? Is not one invocation enough?From what I see in the docs, the Gradle-Spotless plugin does not have file specific tasks, it al...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
创建于
2022年05月11日 08:10
Hi,While there is no such extension point, you can combine `postStartupActivity` (to change the setting) with an implementation of `org.jetbrains.plugins.gradle.service.execution.GradleExecutionAw...
社区
IntelliJ IDEA Open API and Plugin Development
How to run code in a plugin before Gradle initialization?
0 票
已编辑于
2021年10月04日 16:53
If you know the exact directory where the Gradle script file resides, you can try org.jetbrains.plugins.gradle.service.settings.GradleConfigLocator#adjust
社区
IntelliJ IDEA Open API and Plugin Development
Best way to get the gradle build file (as File) (Kotlin or Groovy) from a project
0 票
创建于
2021年07月28日 13:20
How exactly are you trying to run Spring project from IDEA (e.g., by invoking a Gradle task, or using Spring run configuration)? Could you please post a screenshot ?
社区
IntelliJ IDEA Users
Gradle environment issue (Failed to create parent directory)
0 票
创建于
2021年05月24日 14:00
Thank you for the details.By default, IDEA does not call Maven to build sources or run tests. So it is expected that extensions are not called in these moments.During import, IDEA should better res...
社区
IntelliJ IDEA Users
maven plugin extensions
0 票
«
第一页
‹
上一页
下一页
›
最后
»