Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
MathiasDL
Total activity
4
Last activity
September 23, 2024 08:21
Member since
September 18, 2024 14:23
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Sort by recent activity
Recent activity
Votes
Created
September 23, 2024 08:21
To run a Gradle task from a Kotlin plugin file, you can use the code below:val myProject = project if (myProject != null){ val gradleId = ProjectSystemId("GRADLE") val settings = ExternalSy...
Community
IntelliJ IDEA Open API and Plugin Development
Run Gradle task from plugin action
0 votes