Changes
- Support Java Properties for JVM targets. Add a
Properties
object orFile
via theKenv
builder:
Kenv {
properties(myProperties)
properties(file = myPropertiesFile)
xmlProperties(path = xmlPropertiesFilePath)
}
Full Changelog: 1.1.0...1.2.0