Browse Source

Remove reference to sonar-vsts from build

tags/8.0
philippe-perrin-sonarsource 4 years ago
parent
commit
a71460dc5e
3 changed files with 0 additions and 4 deletions
  1. 0
    1
      settings.gradle
  2. 0
    2
      sonar-application/build.gradle
  3. 0
    1
      travis.sh

+ 0
- 1
settings.gradle View File

@@ -13,7 +13,6 @@ include 'server:sonar-docs'
include 'server:sonar-main'
include 'server:sonar-process'
include 'server:sonar-server-common'
include 'server:sonar-vsts'
include 'server:sonar-web'
include 'server:sonar-webserver'
include 'server:sonar-webserver-api'

+ 0
- 2
sonar-application/build.gradle View File

@@ -43,7 +43,6 @@ dependencies {

jsw 'tanukisoft:wrapper:3.2.3'
scanner project(path: ':sonar-scanner-engine-shaded', configuration: 'shadow')
web project(':server:sonar-vsts')
web project(':server:sonar-web')
shutdowner project(':sonar-shutdowner')

@@ -174,7 +173,6 @@ task zip(type: Zip, dependsOn: [configurations.compile]) {
}
}
}
from tasks.getByPath(':server:sonar-vsts:yarn_run').outputs
if (official) {
from project(':private:branding').file('src')
}

+ 0
- 1
travis.sh View File

@@ -51,7 +51,6 @@ BUILD)

WEB_TESTS)
./gradlew :server:sonar-web:yarn :server:sonar-web:yarn_validate --no-daemon --console plain
./gradlew :server:sonar-vsts:yarn :server:sonar-vsts:yarn_validate --no-daemon --console plain
;;
*)

Loading…
Cancel
Save