Skip to content

Commit 922031d

Browse files
committed
Add japicmp
1 parent bd461b7 commit 922031d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/azure/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ dependencies {
1515
testImplementation 'com.azure:azure-messaging-servicebus'
1616
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.3.0.jre8-preview'
1717
}
18+
19+
tasks.japicmp {
20+
methodExcludes = ["org.testcontainers.azure.ServiceBusEmulatorContainer#withMsSqlServerContainer(org.testcontainers.containers.MSSQLServerContainer)"]
21+
}

0 commit comments

Comments
 (0)