Skip to content

Commit 497a935

Browse files
committed
fix: Makes forkedTest part of the verification group
1 parent eaea3f3 commit 497a935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/java_no_deps.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ ext.testcontainersLimit = gradle.sharedServices.registerIfAbsent("testcontainers
125125

126126
// Task for tests that want to run forked in their own separate JVM
127127
tasks.register('forkedTest', Test) {
128+
group = LifecycleBasePlugin.VERIFICATION_GROUP
128129
useJUnitPlatform()
129130
}
130131

0 commit comments

Comments
 (0)