Slackbot
04/21/2023, 1:06 PMVampire
04/21/2023, 1:09 PMThomas Broyer
04/21/2023, 1:09 PMChris
04/21/2023, 1:11 PMVampire
04/21/2023, 1:14 PMChris
04/21/2023, 1:18 PMVampire
04/21/2023, 1:20 PMPaul Merlin
04/21/2023, 1:22 PMShaun Reich
04/21/2023, 4:25 PMShaun Reich
04/21/2023, 4:27 PMgradle mytask -PdoStuff . the current setup makes these non discoverable. you have to poke around and hope you find it, versus autocomplete telling you the possible options
that would be a huge QOL for me, and i suspect for others...Vampire
04/21/2023, 6:52 PMdoStuff is for myTask and meant to be supplied on the commandline, make it an @Option instead.
Project properties are not "assigned to" something, so you can hardly have some autocompletion unless whoever reads the property would additionally register it with some lookup registry.
The @Options are afair also not autocompleted in the IDE, but that could maybe be added.
Not that this topic has anything to do with the current thread. 😄Shaun Reich
04/21/2023, 7:01 PMVampire
04/21/2023, 7:16 PM-D that would be a system property.Vampire
04/21/2023, 7:16 PM@Option are like gw markNextVersion --version 1.0.0Vampire
04/21/2023, 7:17 PM@Option for commandline usage given for a specific task, project property for configuring it in Gradle property files.Vampire
04/21/2023, 7:18 PM@Option is more likely to be made auto-completable, I guess that is just missing functionality in IntelliJShaun Reich
04/24/2023, 3:06 PM