From 4f90bc3747ae2fc91ff0b417eed7cff50a57eb13 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Fri, 11 Dec 2020 08:40:17 +0100 Subject: [PATCH] Add Spring Boot CLI plugin https://github.com/joschi/asdf-spring-boot --- README.md | 1 + plugins/spring-boot | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/spring-boot diff --git a/README.md b/README.md index 332ba2d..d6ae18e 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ itself) to look for plugins. | Sops | [feniix/asdf-sops](https://github.com/feniix/asdf-sops) | [![Build Status](https://travis-ci.org/feniix/asdf-sops.svg?branch=master)](https://travis-ci.org/feniix/asdf-sops) | | sopstool | [elementalvoid/asdf-sopstool](https://github.com/elementalvoid/asdf-sopstool) | [![GitHub Actions Status](https://github.com/elementalvoid/asdf-sopstool/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/elementalvoid/asdf-sopstool/actions) | | Spago | [nsaunders/asdf-spago](https://github.com/nsaunders/asdf-spago) | [![Build Status](https://github.com/nsaunders/asdf-spago/workflows/Build/badge.svg)](https://github.com/nsaunders/asdf-spago/actions) | +| Spring Boot CLI | [joschi/asdf-spring-boot](https://github.com/joschi/asdf-spring-boot) | [![Main workflow](https://github.com/joschi/asdf-spring-boot/workflows/Main%20workflow/badge.svg?branch=main)](https://github.com/joschi/asdf-spring-boot/actions) | | SQLite | [cLupus/asdf-sqlite](https://github.com/cLupus/asdf-sqlite) | [![Build Status](https://travis-ci.org/cLupus/asdf-sqlite.svg?branch=master)](https://travis-ci.org/cLupus/asdf-sqlite) | | Stack | [sestrella/asdf-stack](https://github.com/sestrella/asdf-stack) | [![CI](https://github.com/sestrella/asdf-stack/workflows/CI/badge.svg?branch=master)](https://github.com/sestrella/asdf-stack/actions) | | starship | [grimoh/asdf-starship](https://github.com/grimoh/asdf-starship) | [![GitHub Actions Status](https://github.com/grimoh/asdf-starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-starship/actions) | diff --git a/plugins/spring-boot b/plugins/spring-boot new file mode 100644 index 0000000..2f97878 --- /dev/null +++ b/plugins/spring-boot @@ -0,0 +1 @@ +repository = https://github.com/joschi/asdf-spring-boot.git