File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
gitlab4j-api/src/main/java/org/gitlab4j/api Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1455,7 +1455,9 @@ public Project updateProject(Project project) throws GitLabApiException {
14551455 .withParam ("shared_runners_enabled" , project .getSharedRunnersEnabled ())
14561456 .withParam ("public_jobs" , project .getPublicJobs ())
14571457 .withParam ("only_allow_merge_if_pipeline_succeeds" , project .getOnlyAllowMergeIfPipelineSucceeds ())
1458- .withParam ("ci_pipeline_variables_minimum_override_role" , project .getCiPipelineVariablesMinimumOverrideRole ())
1458+ .withParam (
1459+ "ci_pipeline_variables_minimum_override_role" ,
1460+ project .getCiPipelineVariablesMinimumOverrideRole ())
14591461 .withParam (
14601462 "only_allow_merge_if_all_discussions_are_resolved" ,
14611463 project .getOnlyAllowMergeIfAllDiscussionsAreResolved ())
You can’t perform that action at this time.
0 commit comments