Omar Sood
Omar Sood
Since I'm not using jpackage, I've simply added my own zip task now ``` runtimeZip.enabled(false) task runtimeZipPatched (type: Zip) { group "build" dependsOn tasks.named("runtime") archiveFileName = "printandpack.zip" into("/") { from...
Hey hey @cowtowncoder , I came here today following a trail of issues starting in 2018. I've created a test that describes the expectation me and seemingly other users have...
I thought so already, but it wasn't obvious to me what's the state of this issue. Maybe it will help other users to understand and make a decision whether they...
Happy new year and happy for some early feedback. 😄
Hey @FRSgit, First of all sorry for being unresponsive on this one. Thank you a lot for your time and effort you put into this plugin and for following up...
I've updated the description. The initial example was indeed quite abstract. I find this helpful mostly in combination with deeper nested list properties. Especially in combination with thinks like filteredOn....
Interestingly, if you use init and just panic as a dirty workaround, it panics in the editor, for subtypes of Node, even if the type is never added to any...