gradle-aws-plugin icon indicating copy to clipboard operation
gradle-aws-plugin copied to clipboard

Allow ElasticBeanstalk Config Template to not set optionSettings

Open yissachar opened this issue 8 years ago • 1 comments
trafficstars

If I have a ConfigurationTemplate without optionSettings then it will fail with an NPE:

configurationTemplates {
    production {
         solutionStackName = '64bit Amazon Linux 2016.09 v2.3.1 running Tomcat 8 Java 8'
    }
}

I shouldn't have to provide optionSettings if I am not changing any options. Currently I workaround this by pointing to a file that contains an empty array: [].

yissachar avatar Nov 23 '16 21:11 yissachar

Thanks for the workaround! :-)

rocboronat avatar Apr 06 '17 03:04 rocboronat