Skip to content
John Mercier edited this page Sep 6, 2019 · 5 revisions

ideas!

nixpkgs

notion update

netbeans update

netbeans with plugins

Adds plugins module for netbeans which will download and install plugins.

nur

gradle

all versions of gradle for last 2 years

tutorial nix-shell: specific version of gradle using a specific version of java

groovy

groovy-2.4.17

groovy-2.5.7

groovy-3.0.0-beta-1

tutorial nix-shell: specific version of gradle using a specific version of groovy tutorial nix-shell: using groovy sdk with different versions of java

jdk

nixpkgs currently has jdk versions 8 and 11 of various types/vendors. It would be nice to add jdk12, jdk13, and jdk14 and stay up to date with early access releases.

graalVM

It looks like support for graalVM has been added to unstable.

tutorial nix-shell: gradle build with graalvm tutorial nix-shell: groovy with graalvm

grails versions for past few years

tutorial nix-shell: grails with different versions of jdk/groovy

visualvm with plugins

Adds plugins module for visualvm which will download and install plugins.

spring boot cli

micronaut cli

The cli has been added. It may be good to add a module allowing for these things:

  • add options to the java process by setting MN_OPT env variable

  • supply a different jdk to use when running the command

It would also be nice to figure out how to install the shell completion.

groovy

module to configure grape repositories used in groovy scripts