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:
gbrodman
2026-07-14 19:10:21 +00:00
committed by GitHub
parent 21976bee24
commit fc805ba4d9
13 changed files with 662 additions and 663 deletions
+1 -1
View File
@@ -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