-
Notifications
You must be signed in to change notification settings - Fork 69
chore: add junit5 extension to setup environment variable #2799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| env: | ||
| GOOGLE_CLOUD_UNIVERSE_DOMAIN: random.com | ||
| -Djvm="${JAVA8_HOME}/bin/java" \ | ||
| -DargLine="-Djava.util.logging.SimpleFormatter.format='%1$tY %1$tl:%1$tM:%1$tS.%1$tL %2$s %4$s: %5$s%6$s%n'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overwrite argLine because Java 8 doesn't support --add-opens.
gax-java/gax/src/test/java/com/google/api/gax/rpc/EndpointContextTest.java
Outdated
Show resolved
Hide resolved
gax-java/gax/src/test/java/com/google/api/gax/rpc/EndpointContextTest.java
Outdated
Show resolved
Hide resolved
gax-java/gax/src/test/java/com/google/api/gax/rpc/EndpointContextTest.java
Outdated
Show resolved
Hide resolved
lqiu96
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
|
)" This reverts commit 599f5da.




Fix: #2785.