Skip to content

Commit e85b59a

Browse files
committed
Rename compiler argument tags from compilerArg to arg
IntelliJ 2025.1 doesn't recognize those anymore.
1 parent 437be62 commit e85b59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<configuration>
294294
<release>17</release>
295295
<compilerArgs>
296-
<compilerArg>-parameters</compilerArg>
296+
<arg>-parameters</arg>
297297
</compilerArgs>
298298
<excludes>
299299
<exclude>io/github/freya022/botcommands/api/$BCInfo.java</exclude>

0 commit comments

Comments
 (0)