fix: fix pom
All checks were successful
Release / release (push) Successful in 1m58s

This commit is contained in:
lucasdpt
2025-11-03 00:44:42 +01:00
parent 147abd879d
commit 4cc23b2749

View File

@@ -70,6 +70,15 @@
<plugin> <plugin>
<groupId>org.jetbrains.kotlin</groupId> <groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId> <artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version>
<executions>
<execution>
<id>compile</id>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration> <configuration>
<args> <args>
<arg>-Xjsr305=strict</arg> <arg>-Xjsr305=strict</arg>