I followed the description in the readme and added the lines to my build.gradle. However, I get the following error message:
$ ./gradlew shadowJar
> Configure project :key.ui
[...]
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':key.ui:shadowJar'.
> Could not resolve all dependencies for configuration ':key.ui:runtimeClasspath'.
> Could not resolve com.github.wadoon.keytools:interactionlog:0.9.
Required by:
project :key.ui
> Could not resolve com.github.wadoon.keytools:interactionlog:0.9.
> Could not get resource 'https://maven.pkg.github.com/wadoon/key-tools/com/github/wadoon/keytools/interactionlog/0.9/interactionlog-0.9.pom'.
> Could not GET 'https://maven.pkg.github.com/wadoon/key-tools/com/github/wadoon/keytools/interactionlog/0.9/interactionlog-0.9.pom'. Received status code 401 from server: Unauthorized
[...]
/cc @wadoon
I followed the description in the readme and added the lines to my build.gradle. However, I get the following error message:
/cc @wadoon