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.
1 parent 2a26588 commit 16b5f27Copy full SHA for 16b5f27
fdb-record-layer-core/fdb-record-layer-core.gradle
@@ -63,7 +63,7 @@ task testShadowJar(type: com.github.jengelman.gradle.plugins.shadow.tasks.Shadow
63
archiveClassifier = 'standalone-tests'
64
from sourceSets.main.output
65
from sourceSets.test.output
66
- configurations = [ project.configurations.testRuntimeOnly ]
+ configurations = [ project.configurations.testRuntimeClasspath ]
67
manifest {
68
inheritFrom project.tasks.jar.manifest
69
attributes 'Main-Class': 'com.apple.foundationdb.record.provider.foundationdb.FDBRecordStorePerformanceTest',
0 commit comments