Просмотр исходного кода

Add sources and javadoc for top-level dependencies

wip/gradle-reposilite
Sindre Stephansen 2 лет назад
Родитель
Сommit
749c6a534f
Подписано: sindre <sindre@sindrestephansen.com> Идентификатор GPG ключа: B06FC67D17A46ADE
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      sync/generate-gradle.py

+ 2
- 0
sync/generate-gradle.py Просмотреть файл

@@ -366,6 +366,8 @@ val deps = listOf(
dependencies {
deps.forEach { (conf, dep) ->
conf(dep)
conf(dep + ":sources")
conf(dep + ":javadoc")
}
}



Загрузка…
Отмена
Сохранить