aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/parent
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-21 21:44:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-21 21:44:51 +0000
commit54cde461a85610619eac8b14a08208ab406dc13e (patch)
tree11cd93ce93bc93092fc1c93e08d10697ec85fcc8 /ms/blueprintsprocessor/parent
parent37f9d11bae8a53deccd3b18f11434f2d490f4f30 (diff)
parent854cabcebee6d42a241700b4dcd66878440c2849 (diff)
Merge "Add component function scripting service"
Diffstat (limited to 'ms/blueprintsprocessor/parent')
-rwxr-xr-xms/blueprintsprocessor/parent/pom.xml1
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>