We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9629c2 + de102d7 commit 452e670Copy full SHA for 452e670
src/main/java/org/hibernate/infra/develocity/plugins/SurefireConfiguredPlugin.java
@@ -64,7 +64,7 @@ private void configureEnvironmentVariables(GoalMetadataProvider.Context context)
64
value = "";
65
}
66
if ( value.startsWith( context.metadata().getSession().getExecutionRootDirectory() ) ) {
67
- if ( TEST_INDEXES_PATTERN.matcher( "test-indexes" ).find() ) {
+ if ( TEST_INDEXES_PATTERN.matcher( value ).find() ) {
68
// Lucene indexes used in tests -- we don't care about these.
69
inputs.ignore( keyForDevelocity );
70
0 commit comments