This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
maven-sync-setup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add sources and javadoc for top-level dependencies
wip/gradle-reposilite
Sindre Stephansen
2 years ago
parent
ea64e50266
commit
749c6a534f
Signed by:
sindre
<sindre@sindrestephansen.com>
GPG Key ID:
B06FC67D17A46ADE
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
sync/generate-gradle.py
+ 2
- 0
sync/generate-gradle.py
View File
@@ -366,6 +366,8 @@ val deps = listOf(
dependencies {
deps.forEach { (conf, dep) ->
conf(dep)
conf(dep + ":sources")
conf(dep + ":javadoc")
}
}
Write
Preview
Loading…
Cancel
Save