Skip to content

Commit 40f38ad

Browse files
committed
TEST COMMIT; DO NOT MERGE
Enable Java dependency minimization
1 parent 6fd4ceb commit 40f38ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export const featureConfig: Record<
277277
minimumVersion: undefined,
278278
},
279279
[Feature.JavaMinimizeDependencyJars]: {
280-
defaultValue: false,
280+
defaultValue: true,
281281
envVar: "CODEQL_ACTION_JAVA_MINIMIZE_DEPENDENCY_JARS",
282282
minimumVersion: "2.23.0",
283283
},

0 commit comments

Comments
 (0)