Skip to content

Commit

Permalink
[#148] added tests for sealed classes feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Apr 11, 2024
1 parent e731e07 commit 256eb9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integrationtest/java16/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<version>[3.0.4,)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>9</version>
<version>16</version>
</requireJavaVersion>
<bannedDependencies>
<searchTransitive>false</searchTransitive>
Expand Down
6 changes: 3 additions & 3 deletions integrationtest/java17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<version>[3.0.4,)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>9</version>
<version>17</version>
</requireJavaVersion>
<bannedDependencies>
<searchTransitive>false</searchTransitive>
Expand All @@ -64,8 +64,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>16</source>
<target>16</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 256eb9d

Please sign in to comment.