Andrew Oberstar
Andrew Oberstar
The spotless project already publishes the main artifacts to Maven Central, however it does not currently publish the plugin marker artifacts. This means that it's not possible to reference spotless...
JGit 5.2 added support for Apache MINA sshd as a replacement for the JSch SSH support. This could be used to supplement/replace our currently reliance on an external ssh program...
Identify if there's a way to update the version scheme to include the branch name. The ideal would be to allow someone to get the latest version from a specific...
When trying to release a significant version and have a dirty repo, you get an exception, which explains this, but doesn't say what files are in an unclean state. Should...
Gradle's module metadata provides an opportunity to send some of the SemVer semantics out with the published metadata. This could make it easier for consumers of libraries that use reckon...
Add a Figwheel plugin that adds an extension to `ClojureScriptBuild` with figwheel options. This won't provide any functionality within the plugin itself, but will be exposed over the tooling api...
nREPL supports using Unix domain sockets instead of ports. This should be relatively easy to add support for, just exposing the new property.
Document how to convert a Leiningen build to Gradle. This should include a table to translate plugins to their equivalents in the Gradle ecosystem.