google-nomulus/proxy/gradle/dependency-locks
Weimin Yu 9f0e24132a
Break circular dependency between core and util (#379)
* Break circular dependency between core and util

Created a new :common project and moved a minimum
number of classes to break the circular dependency
between the two projects. This gets rid of the
gradle lint dependency warnings.

Also separated api classes and testing helpers into
separate source sets in :common so that testing
classes may be restricted to test configurations.
2019-11-21 15:36:55 -05:00
..
annotationProcessor.lockfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
apt.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
archives.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
buildscript-classpath.lockfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
checkstyle.lockfile Upgrade to Gradle 6.0 (#364) 2019-11-13 13:17:29 -05:00
compile.lockfile Refactor common code used by the proxy and the prober (#375) 2019-11-20 12:42:44 -05:00
compileClasspath.lockfile Refactor common code used by the proxy and the prober (#375) 2019-11-20 12:42:44 -05:00
compileOnly.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
default.lockfile Upgrade to Truth 1.0 (#281) 2019-09-24 10:23:58 -04:00
errorprone.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
errorproneJavac.lockfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
jacocoAgent.lockfile Upgrade to Gradle 6.0 (#364) 2019-11-13 13:17:29 -05:00
jacocoAnt.lockfile Upgrade to Gradle 6.0 (#364) 2019-11-13 13:17:29 -05:00
runtime.lockfile Upgrade to Truth 1.0 (#281) 2019-09-24 10:23:58 -04:00
runtimeClasspath.lockfile Upgrade to Truth 1.0 (#281) 2019-09-24 10:23:58 -04:00
testAnnotationProcessor.lockfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
testApt.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
testCompile.lockfile Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00
testCompileClasspath.lockfile Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00
testCompileOnly.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
testRuntime.lockfile Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00
testRuntimeClasspath.lockfile Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00