mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 23:42:12 +02:00
Run cross-release SQL integration tests (#403)
* Run cross-release SQL integration tests Run SQL integration tests across arbitrary schema and server releases. Refer to integration/README.md in this change for more information. TESTED=Cloud build changes tested with cloud-build-local Used the published jars to test sqlIntegration task locally.
This commit is contained in:
parent
21f14681e1
commit
22004a4ee4
9 changed files with 324 additions and 12 deletions
|
@ -106,17 +106,18 @@ task compileApiJar(type: Jar) {
|
|||
|
||||
configurations {
|
||||
compileApi
|
||||
schema
|
||||
}
|
||||
|
||||
artifacts {
|
||||
archives schemaJar
|
||||
compileApi compileApiJar
|
||||
schema schemaJar
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
url project.schema_publish_repo
|
||||
url project.publish_repo
|
||||
}
|
||||
}
|
||||
publications {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue