Skip to content

Commit

Permalink
fix: fix surefire test provider defaulting to junit5 instead of junit4 (
Browse files Browse the repository at this point in the history
#291)

* fix: fix surefire test provider defaulting to junit5 instead of junit4

* use 3.5.1

* deprecate spoon test

* use 3.5.2 again
  • Loading branch information
andre15silva authored Dec 11, 2024
1 parent f2feb03 commit bc51256
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 431 deletions.
1 change: 0 additions & 1 deletion .github/install_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ mvn clean test -DskipTests -Dmaven.compiler.source=$SRC_VERSION -Dmaven.compiler
mvn clean test -DskipTests -Dmaven.compiler.source=$SRC_VERSION -Dmaven.compiler.target=$SRC_VERSION -B -f examples/exampleFL6Mixed/FLtest1/
mvn clean test -DskipTests -Dmaven.compiler.source=$SRC_VERSION -Dmaven.compiler.target=$SRC_VERSION -B -f examples/exampleFL7SameNamedMethods/FLtest1/
mvn clean test -DskipTests -Dmaven.compiler.source=$SRC_VERSION -Dmaven.compiler.target=$SRC_VERSION -B -f examples/exampleFL11/FLtest1/
mvn clean test -DskipTests -Dmaven.compiler.source=$SRC_VERSION -Dmaven.compiler.target=$SRC_VERSION -B -f examples/spoon/

# Compile real projects
if [ $JAVA_MAJOR_VERSION -eq "8" ]; then
Expand Down
315 changes: 0 additions & 315 deletions examples/spoon/pom.xml

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spoon/src/main/java/spoon/package-info.java

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spoon/src/main/java/spoon/support/package-info.java

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bc51256

Please sign in to comment.