diff --git a/docs/registry.md b/docs/registry.md index 29b934fdf..7bc2138b9 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -305,7 +305,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli | goss | [aqua:goss-org/goss](https://github.com/goss-org/goss) [asdf:raimon49/asdf-goss](https://github.com/raimon49/asdf-goss) | | gotestsum | [aqua:gotestyourself/gotestsum](https://github.com/gotestyourself/gotestsum) [asdf:pmalek/mise-gotestsum](https://github.com/pmalek/mise-gotestsum) | | graalvm | [asdf:asdf-community/asdf-graalvm](https://github.com/asdf-community/asdf-graalvm) | -| gradle | [aqua:gradle/gradle-distributions](https://github.com/gradle/gradle-distributions) [asdf:rfrancis/asdf-gradle](https://github.com/rfrancis/asdf-gradle) [vfox:version-fox/vfox-gradle](https://github.com/version-fox/vfox-gradle) | +| gradle | [asdf:rfrancis/asdf-gradle](https://github.com/rfrancis/asdf-gradle) [vfox:version-fox/vfox-gradle](https://github.com/version-fox/vfox-gradle) [aqua:gradle/gradle-distributions](https://github.com/gradle/gradle-distributions) | | gradle-profiler | [asdf:joschi/asdf-gradle-profiler](https://github.com/joschi/asdf-gradle-profiler) | | grails | [asdf:weibemoura/asdf-grails](https://github.com/weibemoura/asdf-grails) | | grain | [asdf:cometkim/asdf-grain](https://github.com/cometkim/asdf-grain) | diff --git a/registry.toml b/registry.toml index a5dadfcfb..4c34cb483 100644 --- a/registry.toml +++ b/registry.toml @@ -759,11 +759,12 @@ gotestsum.backends = [ ] graalvm.backends = ["asdf:asdf-community/asdf-graalvm"] gradle.backends = [ - "aqua:gradle/gradle-distributions", "asdf:rfrancis/asdf-gradle", - "vfox:version-fox/vfox-gradle" + "vfox:version-fox/vfox-gradle", + "aqua:gradle/gradle-distributions" ] gradle.depends = ["java"] +# gradle.test = ["gradle -V", "Gradle {{version}}"] TODO: make test-tool use dependencies gradle-profiler.backends = ["asdf:joschi/asdf-gradle-profiler"] grails.backends = ["asdf:weibemoura/asdf-grails"] grain.backends = ["asdf:cometkim/asdf-grain"]