Dominik Dingel
Dominik Dingel
Yes, but I like the way of `docker-compose` and the `docker stack deploy` commands. They will prefix your service name with the project name or the current working directory. I...
Maybe we want to add a jaas label and allow the User to set the name completely different by a command line parameter `--name`, what do you think?
For me changing this like: `tasks.withType(Javadoc) { │ options.encoding = 'UTF-8' }` within allprojects fixed this. Another way, that worked was to set JAVA_TOOL_OPTIONS to "-Dfile_encoding=UTF8". But I think the...