mirror of
https://github.com/google/nomulus
synced 2026-09-20 06:54:43 +00:00
Move testcontainers out of prod deps (#3152)
this reduces prod bundle size a bit and cleans things up by including testcontainers in the nonprod deps of core, we can still run things like the schema-generating commands
This commit is contained in:
+1
-1
@@ -395,7 +395,7 @@ subprojects {
|
||||
// expose to users.
|
||||
if (project.name != 'jetty' && !services.contains(project.path)) {
|
||||
javadocSource << project.sourceSets.main.allJava
|
||||
javadocClasspath << { project.sourceSets.main.runtimeClasspath.files }
|
||||
javadocClasspath << { project.sourceSets.main.compileClasspath.files }
|
||||
javadocClasspath << "${buildDir}/generated/sources/annotationProcessor/java/main"
|
||||
if (project.tasks.findByName('compileJava')) {
|
||||
javadocDependentTasks << project.tasks.compileJava
|
||||
|
||||
Reference in New Issue
Block a user