Nope - my problem is there because I followed their examples which manage to give you an example of creating a settings page using javax forms and starts with using the IDEA gradle plugin to compile all of it.
Except when you actually do both you realise there’s no way of compiling this plugin through gradle unless you first run the build step through the IDE (which secretly puts all of the compiled forms in the same build directory).
Except when you actually do both you realise there’s no way of compiling this plugin through gradle unless you first run the build step through the IDE (which secretly puts all of the compiled forms in the same build directory).
It’s a mess.