Skip to content

Commit

Permalink
Build Cleanup (#12715)
Browse files Browse the repository at this point in the history
* Remove unused build scripts
* Build file cleanup: remove no longer needed 'requires-db' test exclusion

The tests that require DB are now moved to a different repository,
tag no longer exists, exclusion no longer needed.
  • Loading branch information
DanVanAtta authored Jul 11, 2024
1 parent 580e727 commit efc242f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ subprojects {
}

tasks.withType(Test).configureEach {
useJUnitPlatform() {
excludeTags "RequiresDatabase"
}
useJUnitPlatform() {}
testLogging {
exceptionFormat = "full"
events = ["standardOut", "standardError", "skipped", "failed"]
Expand Down

This file was deleted.

0 comments on commit efc242f

Please sign in to comment.