mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +00:00
Upgrade TestPipeline extension from JUnit 4 to 5
This commit is contained in:
committed by
Ben McIlwain
parent
33910613da
commit
91b7d92cf8
@@ -68,8 +68,9 @@ final class RegistryCli implements AutoCloseable, CommandRunner {
|
||||
|
||||
@Parameter(
|
||||
names = {"--sql_access_info"},
|
||||
description = "Name of a file containing space-separated SQL access info used when deploying "
|
||||
+ "Beam pipelines")
|
||||
description =
|
||||
"Name of a file containing space-separated SQL access info used when deploying "
|
||||
+ "Beam pipelines")
|
||||
private String sqlAccessInfoFile = null;
|
||||
|
||||
// Do not make this final - compile-time constant inlining may interfere with JCommander.
|
||||
|
||||
Reference in New Issue
Block a user