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 bd461b7 commit 922031dCopy full SHA for 922031d
1 file changed
modules/azure/build.gradle
@@ -15,3 +15,7 @@ dependencies {
15
testImplementation 'com.azure:azure-messaging-servicebus'
16
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.3.0.jre8-preview'
17
}
18
+
19
+tasks.japicmp {
20
+ methodExcludes = ["org.testcontainers.azure.ServiceBusEmulatorContainer#withMsSqlServerContainer(org.testcontainers.containers.MSSQLServerContainer)"]
21
+}
0 commit comments