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 caea535 commit c9349a6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ class EdtToDesignerFormatTransformation implements Serializable {

def env = steps.env();

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

def projectWorkspaceDir = FileUtils.getFilePath("$workspaceDir/cf")
def projectDir = FileUtils.getFilePath("$env.WORKSPACE/$srcDir")
def configurationRoot = FileUtils.getFilePath("$env.WORKSPACE/$CONFIGURATION_DIR")
String projectWorkspaceDir = FileUtils.getFilePath("$workspaceDir/cf")
String projectDir = FileUtils.getFilePath("$env.WORKSPACE/$srcDir")
String configurationRoot = FileUtils.getFilePath("$env.WORKSPACE/$CONFIGURATION_DIR")


def extensionRoot = FileUtils.getFilePath("$env.WORKSPACE/$EXTENSION_DIR")
String extensionRoot = FileUtils.getFilePath("$env.WORKSPACE/$EXTENSION_DIR")
def edtVersionForRing = EDT.ringModule(config)

steps.deleteDir(workspaceDir)
Expand Down

0 comments on commit c9349a6

Please sign in to comment.