Build different console versions for different environments (#2715)

TESTED=deployed to alpha
This commit is contained in:
Lai Jiang
2025-03-11 23:39:28 +00:00
committed by GitHub
parent b49e37feee
commit 92ebd0dedb
7 changed files with 63 additions and 8 deletions
+1
View File
@@ -687,6 +687,7 @@ artifacts {
task runTestServer(type: JavaExec) {
main = 'google.registry.server.RegistryTestServerMain'
classpath = sourceSets.test.runtimeClasspath
dependsOn(rootProject.project('console-webapp').tasks.named('buildConsoleWebapp'))
}
/**