Skip to content

Commit

Permalink
stop running delombok code generation (#81)
Browse files Browse the repository at this point in the history
* stop running delombok code generation

* update the default value to no-delombok
  • Loading branch information
khemrajrathore authored Sep 19, 2024
1 parent 2c5ce1e commit b2bd1f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final case class Config(
fetchDependencies: Boolean = false,
javaFeatureSetVersion: Option[String] = None,
delombokJavaHome: Option[String] = None,
delombokMode: Option[String] = None,
delombokMode: Option[String] = Some("no-delombok"),
enableTypeRecovery: Boolean = false,
jdkPath: Option[String] = None,
showEnv: Boolean = false,
Expand Down

0 comments on commit b2bd1f6

Please sign in to comment.