google-nomulus/third_party
Weimin Yu 1a1ad54a17 Allow project dependency to use runtimeClasspath (#395)
* Allow project dependency to use runtimeClasspath

Project dependency should use runtimeClasspath. However, if
left unspecified, it uses 'default', which is the same as
the legacy 'runtime' configuration. (runtimeOnly dependencies
are left out).

Since runtimeClasspath cannot be referenced directly, we use
a custom config (deploy_jar) as a proxy.

By excluding testjars (leaked into 'compile' by third-party
dependencies) from runtimeClasspath, we prevent them from
getting into release artifacts.

Two meaningful changes in appengine_war.gradle and java_common.gradle

TESTED=Diffed contents of services/{module}/build/exploded-*
       Only three jars are removed: hamcrest-core, junit, and
       mockito-core.
2019-12-02 16:10:13 -05:00
..
activation/v1_2_0 Remove Bazel build (#94) 2019-06-13 18:15:33 -04:00
gradle/dependency-locks Allow project dependency to use runtimeClasspath (#395) 2019-12-02 16:10:13 -05:00
jsch/v0_1_53 Remove Bazel build (#94) 2019-06-13 18:15:33 -04:00
junit Remove Bazel build (#94) 2019-06-13 18:15:33 -04:00
objectify/v4_1 Remove Bazel build (#94) 2019-06-13 18:15:33 -04:00
build.gradle Require the license in Gradle files (#149) 2019-07-02 11:47:35 -04:00