mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Use same kotlin version everywhere
This commit is contained in:
@@ -2261,6 +2261,11 @@
|
||||
<artifactId>kotlin-compiler-embeddable</artifactId>
|
||||
<version>${kotlin.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-compiler</artifactId>
|
||||
<version>${kotlin.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib-jdk8</artifactId>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<!-- These properties are needed in order for them to be resolvable by the generated projects -->
|
||||
<!-- Quarkus uses jboss-parent and it comes with 3.8.0-jboss-2, we don't want that in the templates -->
|
||||
<compiler-plugin.version>3.8.1</compiler-plugin.version>
|
||||
<kotlin.version>1.3.21</kotlin.version>
|
||||
<kotlin.version>1.3.41</kotlin.version>
|
||||
<scala.version>2.12.8</scala.version>
|
||||
<scala-plugin.version>4.1.1</scala-plugin.version>
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<!-- These properties are needed in order for them to be resolvable by the generated projects -->
|
||||
<!-- Quarkus uses jboss-parent and it comes with 3.8.0-jboss-2, we don't want that in the templates -->
|
||||
<compiler-plugin.version>3.8.1</compiler-plugin.version>
|
||||
<kotlin.version>1.3.21</kotlin.version>
|
||||
<kotlin.version>1.3.41</kotlin.version>
|
||||
<scala.version>2.12.8</scala.version>
|
||||
<scala-plugin.version>4.1.1</scala-plugin.version>
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<kotlin.version>1.3.21</kotlin.version>
|
||||
<kotlin.version>1.3.41</kotlin.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user