diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,7 @@ <docker-image.namespace>onap</docker-image.namespace> <docker-image.name>${project.groupId}.${project.artifactId}</docker-image.name> <docker.http_proxy></docker.http_proxy> + </properties> <build> @@ -121,6 +122,7 @@ <version>${kotlin.version}</version> <configuration> <jvmTarget>1.8</jvmTarget> + <experimentalCoroutines>enable</experimentalCoroutines> </configuration> <executions> <execution> |