You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To remove the rules_go dependency for a java-only project, consider splitting web_test_repositories() into java_webtesting_repositories() and go_webtesting_repositories(), loaded and called independently by the end-user.
The text was updated successfully, but these errors were encountered:
Web Test Launcher (the binary that actually manages all the servers required for web tests, and launches the actual test) is implemented in Go, so splitting the repositories rules would not remove the dep on rules_go.
To remove the rules_go dependency for a java-only project, consider splitting
web_test_repositories()
intojava_webtesting_repositories()
andgo_webtesting_repositories()
, loaded and called independently by the end-user.The text was updated successfully, but these errors were encountered: