Gabriel Harris-Rouquette

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Edited Reloading Gradle Plugin in Live Development
AnsweredWhile writing a gradle Kotlin-dsl plugin (n IntelliJ and having a consumer gradle setup using said plugin, I can't get IntelliJ to acknowledge an update of the plugin without performing an `Invalid... -
Created How to get JpsProject or JpsModule from a Project/Module
In scala-intellij, I've found that it's been troublesome that there are some compiler flags available in the CompilerSettings (yes, scala/sbt specific), and one of the biggest issues is that some o... -
Created Given a Module Creation setting, automatically add "Ignore unused method" with dependency specific annotations
AnsweredSo, in some development environments, methods annotated with dependency provided annotations such as `Listener`, it'd be useful if the plugin providing support for such dependency projects would be... -
Created Gradle Multi Modules with Multiple Source Sets
AnsweredSo, as many are aware, 16 adds multi-source sets as separated modules. While I welcome this for finer granularity control of which dependencies are managed in which source set, the current setup co...