Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

nicerloop/jabba-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated due to inclusion into main jabba repository (Jabba-Team/jabba#23). See https://github.com/Jabba-Team/jabba/blob/main/jabbaw.md

jabba-wrapper

Simple scripts to use jabba (https://github.com/Jabba-Team/jabba) without installation.

Inspired by and tested with maven-wrapper (https://maven.apache.org/wrapper/).

Assembled from jabba install scripts.

Installation

Simply copy the scripts in the root project folder, keeping the unix shell version executable.

Setup .jabbarc file with the desired JDK version (https://github.com/Jabba-Team/jabba#usage)

Enjoy the wrapper :)

macOS / Linux

https://raw.githubusercontent.com/nicerloop/jabba-wrapper/main/jabbaw

curl -sLO https://raw.githubusercontent.com/nicerloop/jabba-wrapper/main/jabbaw && chmod +x jabbaw
curl -sLO https://raw.githubusercontent.com/nicerloop/jabba-wrapper/main/jabbaw.ps1
echo "zulu@8" > .jabbarc
./jabbaw ./mvnw -v

Windows 10

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest -Uri https://raw.githubusercontent.com/nicerloop/jabba-wrapper/main/jabbaw.ps1 -OutFile ./jabbaw.ps1
Invoke-WebRequest -Uri https://raw.githubusercontent.com/nicerloop/jabba-wrapper/main/jabbaw -OutFile ./jabbaw
"zulu@8" | Out-File c:\debug.txt
./jabbaw ./mvnw -v

About

Wrapper scripts to use jabba (https://github.com/Jabba-Team/jabba) from projects without prior installation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published