GH-676 Fix mixed (index and not) input-header-mapping-expression

This commit is contained in:
Oleg Zhurakousky
2021-05-26 15:21:12 +02:00
parent ad8f9dd044
commit e419b41968
3 changed files with 46 additions and 6 deletions

View File

@@ -20,7 +20,8 @@
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<wrapper.version>1.0.27.BUILD-SNAPSHOT</wrapper.version>
<!-- <wrapper.version>1.0.27.BUILD-SNAPSHOT</wrapper.version> -->
<wrapper.version>1.0.26.RELEASE</wrapper.version>
<docs.main>spring-cloud-function</docs.main>
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
<maven-checkstyle-plugin.failsOnViolation>true