Skip to content

Commit

Permalink
added -parametrs compile argument
Browse files Browse the repository at this point in the history
  • Loading branch information
IndianBartonka committed Oct 12, 2024
1 parent fc62f68 commit 78d655d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

<groupId>me.indian.util</groupId>
<artifactId>IndianUtils</artifactId>
<version>0.0.7.2</version>
<version>0.0.7.3</version>
<packaging>jar</packaging>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -38,8 +39,11 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>16</source>
<target>16</target>
<source>17</source>
<target>17</target>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 78d655d

Please sign in to comment.