We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097823f commit cae6b78Copy full SHA for cae6b78
1 file changed
src/feature-flags.ts
@@ -60,7 +60,7 @@ export const featureConfig: Record<
60
{ envVar: string; minimumVersion: string | undefined; defaultValue: boolean }
61
> = {
62
[Feature.CodeqlJavaLombokEnabled]: {
63
- envVar: "CODEQL_JAVA_LOMBOK_ENABLED",
+ envVar: "CODEQL_JAVA_LOMBOK",
64
minimumVersion: "2.14.0",
65
defaultValue: false,
66
},
0 commit comments