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

SONAR-13155 add Gradle command to list all dependency trees

`./gradlew allDependencies` lists the trees of dependencies of
all subprojects. This is convenient when investigating the
impacts of a dependency upgrade.
tags/8.3.0.34182
Simon Brandhof преди 4 години
родител
ревизия
d8316b23db
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4
    0
      build.gradle

+ 4
- 0
build.gradle Целия файл

@@ -73,6 +73,10 @@ allprojects {
}
}
}

task allDependencies {
dependsOn 'dependencies'
}
}

apply plugin: 'org.sonarqube'

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