Skip to content

Commit

Permalink
specify kotlin jvm target
Browse files Browse the repository at this point in the history
cdimascio committed Nov 29, 2020
1 parent 7dbeffc commit a3c8abf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/maven-simple/pom.xml
Original file line number Diff line number Diff line change
@@ -9,16 +9,17 @@
<version>1.0-SNAPSHOT</version>

<properties>
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<kotlin.version>1.4.10</kotlin.version>
<kotlin.version>1.4.20</kotlin.version>
</properties>

<dependencies>
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-kotlin</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
</dependency>

<dependency>

0 comments on commit a3c8abf

Please sign in to comment.