1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 11:45:39 +00: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:
Weimin Yu
2019-11-04 10:22:05 -05:00
committed by GitHub
parent 5f62f91cd5
commit 37b9999cfc
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'