Release SQL schema in Cloud Build (#341)

* Release SQL schema in Cloud Build

Tentatively release SQL schema at the same time as the server release.
Publish schema jar to gs://domain-registry-maven-repository/nomulus
and also upload it with server artifacts.

Also removed the Gradle 'version' variable which is not used.

Tested=On cloud-build with a simplified version of
cloudbuild-nomulus.yaml.
This commit is contained in:
Weimin Yu 2019-11-04 10:22:05 -05:00 committed by GitHub
parent 5f62f91cd5
commit 37b9999cfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View file

@ -54,7 +54,6 @@ tasks.withType(JavaCompile).configureEach {
}
}
version = '1.0'
sourceCompatibility = '1.8'
targetCompatibility = '1.8'