We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376642b commit 546fa4aCopy full SHA for 546fa4a
build.gradle
@@ -78,7 +78,7 @@ subprojects {
78
}
79
80
// specific modules should be excluded from publication
81
- if ( ! ["test-support", "jdbc-test"].contains(it.name) && !it.path.startsWith(":docs:") && it != project(":docs") ) {
+ if ( ! ["test-support", "testcontainers-jdbc-test"].contains(it.name) && !it.path.startsWith(":docs:") && it != project(":docs") ) {
82
apply from: "$rootDir/gradle/publishing.gradle"
83
84
if (it.name != "bom") {
0 commit comments