Clean up RSocketAutoConfiguration

Clean up RSocketAutoConfiguration to better allign with Spring's idioms
Upgraded to Kotlin 1.4.0
This commit is contained in:
Oleg Zhurakousky
2020-08-21 16:03:10 +02:00
parent 95d8b54c80
commit b6c0578352
2 changed files with 21 additions and 13 deletions

View File

@@ -41,7 +41,7 @@
<plugin>
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.2.71</version>
<version>1.4.0</version>
<executions>
<execution>
<id>compile</id>
@@ -72,7 +72,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<executions>
<!-- Replacing default-compile as it is treated specially by maven -->
<execution>