mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
This CL made the following changes to achieve the purpose: 1. Modified HttpProxy.java to generate a file containing Maven coordinates for all requested JAR files. This is to replace Gradle task "generateMavenCoordinateForDependency" which served for the same purpose before. The reason is during the course of the build, Gradle may request some POM file of a artifact for some reason but it doesn't actually need the JAR file. However, task "generateMavenCoordinateForDependency" cannot identify this use case so it added more JARs to the dependency which are not necessary and are not consistent with what we get from HttpProxy.java. Going forward, we will use HttpProxy.java as the single source to provide dependency. 2. Updated update_deps_metadata.py to retrieve *-sources.jar for each dependency for obvious reason. 3. Improved update_dependency.sh by removing 1 unnecessary build. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=247607871
6 lines
111 B
INI
6 lines
111 B
INI
mavenUrl=
|
|
pluginsUrl=
|
|
uploaderDestination=
|
|
uploaderCredentialsFile=
|
|
uploaderMultithreadedUpload=
|
|
flowDocsFile=
|