Ryan Gurney
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 8
-
已编辑于 ExternalSystemUtil Questions
已回答I'm using ExternalSystemUtil to run a gradle task, and am hitting some snags: It looks like for the external formatter you must supply an implementation for both `run` and `cancel`. The issue is I... -
已编辑于 Running Multiple Reformat Gradle Tasks Gives Error
已回答I have a plugin where we are trying to change it to run its reformat action on save on multiple files at once. We do this now by looping through all open files being saved, e.g. for (Document d... -
创建于 Parse Gradle Version
已回答Hi, Is there a way to obtain the gradle version the IDE is using within a plugin action? Thank you! -
已编辑于 Run Command Using Either Gradle or Maven Depending on Project
已回答I currently have a plugin which runs a gradle task as an action using the method described here. Is it possible to somehow detect which build tool a project is using, so I could automatically exec... -
已编辑于 How to Test Action Which Runs Gradle Task
Could someone give me an example of how to set up a test which can assert that when an action is called, a certain gradle task is called with the expected arguments? I can't figure out how to do t... -
已编辑于 Run Gradle task from plugin action
已回答Hello, I'm creating a plugin which will reformat a file via a gradle task (e.g. gradle formatApply <filepath>). What is the preferred way to execute a gradle task in the background from a plugin --... -
创建于 Help Developing Plugin (Reformat File Using Bash/gradle Command)
已回答Hello, I'd like to develop a plugin which is able to reformat code by executing a bash/gradle command e.g. `./gradlew formatApply` on file save or via menu item select. This command can either chan...