Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladislav Soroka
Total activity
406
Last activity
January 13, 2021 10:27
Member since
September 02, 2013 09:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
163
Activity overview
Articles (0)
Posts (0)
Comments (243)
Sort by votes
Recent activity
Votes
Created
July 24, 2018 11:46
There is no exact ETA about the feature. It depends on the community interest and feedback like yours. Could you share your sample IDE project with maven/gradle modules with not working substitutions?
Community
IntelliJ IDEA Open API and Plugin Development
Inter-module dependencies in External System integrations
2 votes
Created
April 03, 2017 08:45
You're right, there is no such an API within the Android gradle parser. You can request the feature at the Android Studio bug tracker.
Community
IntelliJ IDEA Open API and Plugin Development
Add custom maven repository to Android project build.gradle file.
2 votes
Created
March 09, 2017 08:25
You can try to use com.android.tools.idea.gradle.dsl.model.GradleBuildModel api. find the sample test at https://github.com/JetBrains/android/blob/171/android/testSrc/com/android/tools/idea/gradle...
Community
IntelliJ IDEA Open API and Plugin Development
How to add dependencies to gradle file from IntelliJ DEA plugin?
2 votes
Created
September 06, 2013 14:38
Hi David,Support for multiple gradle modules within one IDE project was added in the recent gradle plugin version.In case of v.12.1.x, you should update IDE with the latest gradle plugin (see howto...
Community
IntelliJ IDEA Users
multiple gradle modules in one project
2 votes
Created
October 08, 2014 07:35
Hi, you can pass gradle command line options using gradle Run Configuration in a "Script parametetrs" section.Also you can add the following code in you build.gradle: logging.level = LogLevel.DEBUG
Community
IntelliJ IDEA Users
Passing --stacktrace and --debug options to gradle
2 votes
Created
November 19, 2014 07:31
May be some external process removes files from IDEA resources compile output directories, which is (by default) same as Gradle uses (e.g. it can be invocation of 'clean' gradle task).First, you ca...
Community
IntelliJ IDEA Users
idea 14, resource files not copied
2 votes
Created
August 07, 2018 09:46
There is indeed an issue with the source resolving of the kotlin libraries in the context of the gradle build script (Groovy DSL). I'm afraid there is no simple workarounds right now, please file a...
Community
IntelliJ IDEA Open API and Plugin Development
Navigating to Gradle plugin source in debugger
1 vote
Edited
January 16, 2018 14:25
-Djgitver.skip=true property works for me using 1.1.7 version of jgitver-maven-plugin
Community
IntelliJ IDEA Users
JGitver, Maven and IntelliJ
1 vote
Created
August 08, 2017 13:24
You can use the IDEA completion feature for the lookup. It should suggest you the gradle api and classes available in the classpath of the build script.
Community
IntelliJ IDEA Users
Can't lookup Gradle classes
1 vote
Created
May 22, 2017 10:19
You can try the following: MavenUtil.runWhenInitialized(openedProject, () -> { ApplicationManager.getApplication().executeOnPooledThread(() -> { MavenProjectsManager projectsManager = MavenProj...
Community
IntelliJ IDEA Open API and Plugin Development
get notified when a maven project is imported
1 vote
Next
›
Last
»