mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Update Nomulus release pipeline
Refactor out the build and package logic to a reusable script. Also removed the gradle task flag to skip lint check, as failing lint check is no longer a fatal error. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=245296563
This commit is contained in:
@@ -24,8 +24,6 @@ steps:
|
||||
- './gradlew'
|
||||
- ':proxy:test'
|
||||
- ':proxy:deployJar'
|
||||
- '-x'
|
||||
- 'autoLintGradle'
|
||||
- '-PmavenUrl=https://storage.googleapis.com/domain-registry-maven-repository/maven'
|
||||
- '-PpluginsUrl=https://storage.googleapis.com/domain-registry-maven-repository/plugins'
|
||||
dir: 'gradle'
|
||||
|
||||
Reference in New Issue
Block a user