We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you want create also a zip file with the setings of SetupBuilder additional to the platform installer then you can do this with:
task zip( type: Zip ) { with setupBuilder doFirst { artifacts { archives zip } } }
You can run this then with: gradle zip uploadArchives