Skip to content

Commit

Permalink
Update Hexagon
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Aug 17, 2023
1 parent e0fa31c commit 14a116d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hexagonkt</groupId>
<artifactId>kotlin_pom</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</parent>

<groupId>org.example</groupId>
Expand All @@ -14,7 +14,7 @@
<description>Service's description</description>

<properties>
<hexagonVersion>3.0.0</hexagonVersion>
<hexagonVersion>3.0.1</hexagonVersion>

<exec.mainClass>org.example.MavenStarterKt</exec.mainClass>
</properties>
Expand Down Expand Up @@ -54,6 +54,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Args= \
--initialize-at-build-time=kotlin.annotation.AnnotationRetention \
--initialize-at-build-time=kotlin.annotation.AnnotationTarget

0 comments on commit 14a116d

Please sign in to comment.