Skip to content

Commit

Permalink
[test] Set new test to use jdk 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 25, 2023
1 parent a613a51 commit 7f0dd1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/it/check-no-missing-classes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<version>testing</version>
<name>check-no-missing-classes</name>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 7f0dd1e

Please sign in to comment.