Skip to content

Commit

Permalink
Refactor tests, separate (soon) Groovy test from JDK 17 Record tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 14, 2024
1 parent a91b9ec commit 6a3dfd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions jr-test-module/pom.xml → jr-groovy-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<artifactId>jackson-jr-parent</artifactId>
<version>2.18.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-jr-test-module</artifactId>
<artifactId>jackson-jr-groovy-test</artifactId>
<packaging>pom</packaging>
<description>Test Module with higher JDK Version + Groovy support to test Jackson-Jr</description>
<description>Test Module with Groovy support to test Jackson-Jr</description>
<url>https://github.com/FasterXML/jackson-jr</url>
<properties>
<!-- To Test Latest Java Features Lets use this settings -->
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<module>jr-stree</module>
<module>jr-annotation-support</module>
<module>jr-extension-javatime</module>
<module>jr-test-module</module>
<module>jr-groovy-test</module>
<module>jr-all</module>
</modules>

Expand Down

0 comments on commit 6a3dfd2

Please sign in to comment.