Skip to content

Commit 2381c88

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d9517f7 commit 2381c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchJavaBasePlugin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ private static void configureEntitlements(Project project) {
233233
test.dependsOn(bridgeFiles);
234234
// Tests may not be modular, but the JDK still is
235235
test.jvmArgs(
236-
"--add-exports=java.base/org.elasticsearch.entitlement.bridge=ALL-UNNAMED," + modulesContainingEntitlementInstrumentation
236+
"--add-exports=java.base/org.elasticsearch.entitlement.bridge=ALL-UNNAMED,"
237+
+ modulesContainingEntitlementInstrumentation
237238
);
238239
}
239240
});

0 commit comments

Comments
 (0)