A Git platform powered by Scala with easy installation, high extensibility & github API compatibility
xuwei-k on master
Update mysql, postgresql to 1.1… (compare)
takezoe on master
Implement missing parameters on… (compare)
Hello. I want compile on my laptop a plugin for gitbucket. But i have a problem for resolved
not found: https://repo1.maven.org/maven2/com/github/bkromhout/java-diff-utils/2.1.1/java-diff-utils-2.1.1.pom
[error] download error: Caught java.io.IOException: Server returned HTTP response code: 403 for URL: https://dl.bintray.com/bkromhout/maven/com/github/bkromhout/java-diff-utils/2.1.1/java-diff-utils-2.1.1.pom (Server returned HTTP response code: 403 for URL: https://dl.bintray.com/bkromhout/maven/com/github/bkromhout/java-diff-utils/2.1.1/java-diff-utils-2.1.1.pom) while downloading https://dl.bintray.com/bkromhout/maven/com/github/bkromhout/java-diff-utils/2.1.1/java-diff-utils-2.1.1.pom
This library is not available on bintray : error 403
I see that gitbucket upgrade diff-utils (https://github.com/gitbucket/gitbucket/commit/05e30fe64ae8907ced6f03e6b17bf9e5c4a32937#diff-5634c415cd8c8504fdb973a3ed092300b43c4b8fc1e184f7249eb29a55511f91)
but it haven't new release with this commit
Have you an idea to resolve this problem ?
preReceive
for gitbucket-githooks-plugin and I'm a little confused on what to return to satisfy the Option[String]
type required by preReceive()
. I found this, but it's not super clear to me what error
is. Any help would be appreciated :) Feel free to at me or comment on the plugin's feature request marshalhayes/gitbucket-githooks-plugin#3