Skip to content

Commit

Permalink
Убрал флаг installExtensionsByDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 19, 2024
1 parent dd933fc commit caea535
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class EdtToDesignerFormatTransformation implements Serializable {
def env = steps.env();

def srcDir = config.srcDir
def workspaceDir = FileUtils.getFilePath("$env.WORKSPACE/$WORKSPACE")
String workspaceDir = FileUtils.getFilePath("$env.WORKSPACE/$WORKSPACE")

def projectWorkspaceDir = FileUtils.getFilePath("$workspaceDir/cf")
def projectDir = FileUtils.getFilePath("$env.WORKSPACE/$srcDir")
Expand Down

0 comments on commit caea535

Please sign in to comment.