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
Building the scrooge-linter fails because the 19.10.0 version of the util-logging dependency cannot be found. Changing build.sbt to use 19.9.0-SNAPSHOT works fine
@gjfishman we've investigated publishing snapshots to maven central, but so far we've had issues around our travisci integration, so right now you need to build snapshots locally. Check out the guidance in CONTRIBUTING.md for how to build the deps locally.
Hey @gjfishman, the documentation for running Scrooge from the command line has recently changed to instead say specifically to use the master branch. This means you should no longer need to deal with publishing locally (and SNAPSHOT dependencies) in trying to run it via instructions. Hope that helps. Thanks.
One line summary of the issue here.
Building the scrooge-linter fails because the 19.10.0 version of the util-logging dependency cannot be found. Changing build.sbt to use 19.9.0-SNAPSHOT works fine
Expected behavior
A command like the following should run:
In this case, this should display the linter's help message.
Actual behavior
Builds fail with the following exception:
The latest version of util-logging available in maven repo appears to be 19.9.0-SNAPSHOT: https://mvnrepository.com/artifact/com.twitter/util-logging
The text was updated successfully, but these errors were encountered: