mirror of
https://github.com/google/nomulus.git
synced 2025-07-08 20:23:24 +02:00
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:
parent
5f62f91cd5
commit
37b9999cfc
2 changed files with 17 additions and 2 deletions
|
@ -54,7 +54,6 @@ tasks.withType(JavaCompile).configureEach {
|
|||
}
|
||||
}
|
||||
|
||||
version = '1.0'
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue