<@U0BA5R9KL> what does it mean? Declared repositor...
# mathematics
i
@breandan what does it mean? Declared repositories are
a
The jitpack is not stable. You need to check the build status there. https://jitpack.io/#com.github.breandan/kotlingrad
b
I guess you may need to add
implementation("com.github.breandan:kaliningraph:0.1.2")
to the dependency block of your
build.gradle.kts
file
Weird, thanks for reporting
We used to build a fatjar, but I recently fiddled with the build process so maybe something was broken
Why do you need fatjar? Why not deploy all required artifacts?
b
I forget exactly why but think there was a version conflict in one of the dependencies, it needs to be reconsidered in the next release
I just tested this build script on a new project which seemed to work: https://gist.github.com/breandan/bea383441918f424b54afac632c757a9
i
That was jitpack glitch.
👍 2