Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nikita Skvortsov
Total activity
69
Last activity
October 16, 2024 09:02
Member since
September 22, 2017 16:47
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
26
Activity overview
Articles (0)
Posts (0)
Comments (43)
Sort by recent activity
Recent activity
Votes
Created
November 21, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
ExternalSystemUtil Questions
0 votes
Edited
September 01, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin - How can I run a task before Gradle project is linked?
1 vote
Created
May 31, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
External system for loading existing(already imported) project
0 votes
Created
May 17, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Created
May 16, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Created
May 11, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to run code in a plugin before Gradle initialization?
0 votes
Edited
October 04, 2021 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
Community
IntelliJ IDEA Open API and Plugin Development
Best way to get the gradle build file (as File) (Kotlin or Groovy) from a project
0 votes
Created
July 28, 2021 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 ?
Community
IntelliJ IDEA Users
Gradle environment issue (Failed to create parent directory)
0 votes
Created
May 24, 2021 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...
Community
IntelliJ IDEA Users
maven plugin extensions
0 votes
Created
December 24, 2020 09:14
Indeed, war task is called for the top-level (linked) Gradle project as a whole and we could improve this functionality. I've opened an issue for this: https://youtrack.jetbrains.com/issue/IDEA-25...
Community
IntelliJ IDEA Users
Update classes and resources in Gradle project
0 votes
«
First
‹
Previous
Next
›
Last
»