gradlefx output=<outputname> doesnt work in 1.3.3, works in 1.3.2
type = 'swf'
output = 'Client'
works in 1.3.2 but not in 1.3.3
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Yennick Trevels on 01 Jun, 2016 09:57 AM
I just tried this on my pc with GradleFx 1.3.3 and it seems to be working fine for me.
Also, I can't remember 1.3.3 having any changes related to that property.
Can you provide me some debug output of your Gradle run? Also, while testing between those versions you only change the GradleFx version without changing anything else to your build script, right?
2 Posted by r00usku on 01 Jun, 2016 05:20 PM
Tested both versions again, works always.
You're right, it has to do with some other change I've made... dont know what.
Writing my first gradlefx build from scratch.
Sorry about the fuss.