Skip to content

Commit

Permalink
fix: maven config
Browse files Browse the repository at this point in the history
  • Loading branch information
farneser committed Nov 26, 2023
1 parent c3fc595 commit 05f7350
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.9.20</version>
<configuration>
<args>
<arg>-Xjsr305=strict</arg>
Expand All @@ -113,12 +114,17 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-allopen</artifactId>
<version>${kotlin.version}</version>
<version>1.9.20</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-noarg</artifactId>
<version>${kotlin.version}</version>
<version>1.9.20</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 05f7350

Please sign in to comment.