A node.js version management utility for Windows. Ironically written in Go.
-
Updated
Oct 4, 2021 - Go
When trying out Niv and following the example from the readme to add GHC:
$ niv add ghc \
-v 8.4.3 \
-t 'https://downloads.haskell.org/~ghc/<version>/ghc-<version>-i386-deb8-linux.tar.xz'
But instead using the latest ghc version (9.0.1 as of writing), I get the following error:
$ niv add ghc -v 9.0.1 -t 'https://downloads.haskell.org/~ghc/<version>/ghc-<versi
We should update the project to Java 17.
Add a description, image, and links to the versioning topic page so that developers can more easily learn about it.
To associate your repository with the versioning topic, visit your repo's landing page and select "manage topics."
Describe the bug
refreshVersions is not able to find the latest versions of artifact in local maven repository.
To Reproduce
maven-publish
plugin to local maven repository, e.g. via./gradlew publishToMavenLocal