mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Build different console versions for different environments (#2715)
TESTED=deployed to alpha
This commit is contained in:
@@ -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'))
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user