Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
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
April 19, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible for a plugin to configure a gradle task for a single execution?
1 vote
Created
April 19, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible for a plugin to configure a gradle task for a single execution?
1 vote
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
Next
›
Last
»