mirror of
https://github.com/google/nomulus
synced 2026-09-25 01:14:43 +00:00
Create a Gradle task to run the test server (#192)
* Create a Gradle task to run the test server As an artifact of the old build system, the test server relies on having the built registrar_(bin|dbg)*(\.css)?.js in place (see ConsoleUiAction among others). As a result, we create a Gradle task that puts those files into the correct, readable, location before running the test server. * Depend on assemble rather than build * refactor gitignores
This commit is contained in:
@@ -41,7 +41,7 @@ public final class RegistryTestServerMain {
|
||||
@Parameter(
|
||||
names = "--mode",
|
||||
description = "UI console debug mode. RAW allows live editing; DEBUG allows rename testing.")
|
||||
private ConsoleDebug mode = ConsoleDebug.RAW;
|
||||
private ConsoleDebug mode = ConsoleDebug.PRODUCTION;
|
||||
|
||||
@Parameter(
|
||||
names = "--address",
|
||||
|
||||
Reference in New Issue
Block a user