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
Tests are failing on mvn verify on Windows 10 with Java Termurin-11.0.17+8 because of different directory separators.
One example is:
[ERROR] SchemaTest.transitiveImportNotFollowed:1177
expected: "a.proto needs to import c.proto
for field c (/source/a.proto at 4:3)
in message pa.A (/source/a.proto at 3:1)"
but was: "a.proto needs to import c.proto
for field c (/source\a.proto at 4:3)
in message pa.A (/source\a.proto at 3:1)"
The text was updated successfully, but these errors were encountered:
Tests are failing on
mvn verify
on Windows 10 with Java Termurin-11.0.17+8 because of different directory separators.One example is:
The text was updated successfully, but these errors were encountered: