Skip to content

Commit

Permalink
fix gradle call
Browse files Browse the repository at this point in the history
  • Loading branch information
caalador committed Sep 17, 2024
1 parent 25f9afb commit de06dd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ public class PluginEffectiveConfiguration(
.convention(false)

public val reactEnable: Provider<Boolean> = extension.reactEnable
.convention(FrontendUtils.isReactRouterRequired(BuildFrontendUtil.getFrontendDirectory(GradlePluginAdapter(project, this, true))))
.convention(FrontendUtils.isReactRouterRequired(BuildFrontendUtil.getFrontendDirectory(GradlePluginAdapter(project, this, true)), File(projectBuildDir.get())))
.overrideWithSystemPropertyFlag(InitParameters.REACT_ENABLE)

public val cleanFrontendFiles: Property<Boolean> = extension.cleanFrontendFiles
Expand Down

0 comments on commit de06dd1

Please sign in to comment.