Write Kotlin-Version to runtime artifacts built with Maven

Add a test that checks that Kotlin-Version and Kotlin-Runtime-Component have
been written to all relevant runtime libraries
This commit is contained in:
Alexander Udalov
2016-12-21 15:42:48 +03:00
parent 21f79cd737
commit c4f731b987
12 changed files with 281 additions and 2 deletions
+2
View File
@@ -52,6 +52,8 @@
<kotlin-sdk>${kotlin-dist}/kotlinc</kotlin-sdk>
<kotlin.compiler.jdkHome>${env.JDK_16}</kotlin.compiler.jdkHome>
<kotlin.language.version>1.1</kotlin.language.version>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>