Skip to content

multiproject bug fix

Choose a tag to compare

@gclayburg gclayburg released this 11 Mar 17:39
· 15 commits to master since this release

This version fixes an issue that can occur in multi-project gradle builds where you want to provide your own DockerFile instead of the default. For example, lets assume you have a project named scanrunner under the gradle root project. You should place your Dockerfile and matching bootrunner.sh in scanrunner/src/main/docker. This version correctly locates this directory instead of assuming the directory is part of the root project.