Skip to content

Commit

Permalink
Merge pull request #96 from dwnusbaum/no-groovy-test-sources
Browse files Browse the repository at this point in the history
Migrate all Groovy test sources to Java
  • Loading branch information
dwnusbaum authored Oct 25, 2022
2 parents e2474b6 + a7d48a5 commit a27b11f
Show file tree
Hide file tree
Showing 18 changed files with 1,049 additions and 1,092 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
*.iml
.idea
.DS_Store
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@

<build>
<plugins>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>2.0.0</version>
<executions>
<execution>
<goals>
<goal>addTestSources</goal>
<goal>generateTestStubs</goal>
<goal>compileTests</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
Expand Down
Loading

0 comments on commit a27b11f

Please sign in to comment.