Skip to content

Commit b959623

Browse files
committed
Fix: Normalize newline in JugglerSequence to ensure test consistency
1 parent a48fe3f commit b959623

File tree

1 file changed

+16
-24
lines changed

1 file changed

+16
-24
lines changed

pom.xml

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -67,30 +67,22 @@
6767
</configuration>
6868
</plugin>
6969
<plugin>
70-
<groupId>org.apache.maven.plugins</groupId>
71-
<artifactId>maven-compiler-plugin</artifactId>
72-
<version>3.14.1</version>
73-
<configuration>
74-
<release>21</release>
75-
<fork>true</fork>
76-
<executable>${JAVA_HOME}/bin/javac</executable>
77-
<compilerArgs>
78-
<arg>-Xlint:all</arg>
79-
<arg>-Xlint:-auxiliaryclass</arg>
80-
<arg>-Werror</arg>
81-
</compilerArgs>
82-
</configuration>
83-
</plugin>
84-
<plugin>
85-
<groupId>org.apache.maven.plugins</groupId>
86-
<artifactId>maven-compiler-plugin</artifactId>
87-
<version>3.13.0</version>
88-
<configuration>
89-
<release>21</release>
90-
<jdkToolchain>
91-
<version>21</version>
92-
</jdkToolchain>
93-
</configuration>
70+
71+
<groupId>org.apache.maven.plugins</groupId>
72+
<artifactId>maven-compiler-plugin</artifactId>
73+
<version>3.14.1</version>
74+
<configuration>
75+
<release>21</release>
76+
<fork>true</fork>
77+
<compilerArgs>
78+
<arg>-Xlint:all</arg>
79+
<arg>-Xlint:-auxiliaryclass</arg>
80+
<arg>-Werror</arg>
81+
</compilerArgs>
82+
<jdkToolchain>
83+
<version>21</version>
84+
</jdkToolchain>
85+
</configuration>
9486
</plugin>
9587
<plugin>
9688
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)