Skip to content

Commit

Permalink
8307076: gradle test should always run tests
Browse files Browse the repository at this point in the history
Reviewed-by: jvos
  • Loading branch information
kevinrushforth committed May 1, 2023
1 parent 1975165 commit 97405de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -2006,6 +2006,9 @@ allprojects {
test {
useJUnitPlatform();

// Always run tests
outputs.upToDateWhen { false }

executable = JAVA;
enableAssertions = true;
testLogging.exceptionFormat = "full";
Expand Down

1 comment on commit 97405de

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.