Преглед на файлове

SONAR-10687 split editions

tags/7.5
Simon Brandhof преди 6 години
родител
ревизия
197cdc3b55
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 2
    1
      build.gradle
  2. 1
    1
      sonar-application/build.gradle

+ 2
- 1
build.gradle Целия файл

// Define the artifacts to be deployed to https://sonarsource.bintray.com on releases // Define the artifacts to be deployed to https://sonarsource.bintray.com on releases
clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH', "${project.group}:sonar-application:zip," + clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH', "${project.group}:sonar-application:zip," +
"com.sonarsource.sonarqube:sonarqube-developer:zip," + "com.sonarsource.sonarqube:sonarqube-developer:zip," +
"com.sonarsource.sonarqube:sonarqube-datacenter:zip," +
"com.sonarsource.sonarqube:sonarqube-enterprise:zip," + "com.sonarsource.sonarqube:sonarqube-enterprise:zip," +
"com.sonarsource.sonarqube:sonarqube-datacenter:zip")
"com.sonarsource.sonarqube:sonarcloud:zip")
// The name of this variable is important because it's used by the delivery process when extracting version from Artifactory build info. // The name of this variable is important because it's used by the delivery process when extracting version from Artifactory build info.
clientConfig.info.addEnvironmentProperty('PROJECT_VERSION', "${version}") clientConfig.info.addEnvironmentProperty('PROJECT_VERSION', "${version}")
} }

+ 1
- 1
sonar-application/build.gradle Целия файл

} }
} }


task zip(type: Zip) {
task zip(type: Zip, dependsOn: [configurations.ce, configurations.scanner, configurations.server]) {
duplicatesStrategy DuplicatesStrategy.EXCLUDE duplicatesStrategy DuplicatesStrategy.EXCLUDE
def archiveDir = "sonarqube-$version" def archiveDir = "sonarqube-$version"



Loading…
Отказ
Запис