diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-21 21:44:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-21 21:44:51 +0000 |
commit | 54cde461a85610619eac8b14a08208ab406dc13e (patch) | |
tree | 11cd93ce93bc93092fc1c93e08d10697ec85fcc8 /ms/blueprintsprocessor/parent | |
parent | 37f9d11bae8a53deccd3b18f11434f2d490f4f30 (diff) | |
parent | 854cabcebee6d42a241700b4dcd66878440c2849 (diff) |
Merge "Add component function scripting service"
Diffstat (limited to 'ms/blueprintsprocessor/parent')
-rwxr-xr-x | ms/blueprintsprocessor/parent/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 6b16a7f8..ab418f47 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -31,6 +31,7 @@ <name>Blueprints Processor Parent</name> <description>Blueprints Processor Parent</description> <properties> + <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> <spring.boot.version>2.1.2.RELEASE</spring.boot.version> <spring.version>5.1.4.RELEASE</spring.version> <kotlin.version>1.3.20</kotlin.version> |