Try to install node on jitpack

This commit is contained in:
Aurora Lahtela 2022-04-15 10:49:04 +03:00 committed by GitHub
parent 885b4e3fb0
commit ab9a8ceeda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ jdk:
before_install:
- sdk install java 16.0.1-open
- sdk use java 16.0.1-open
- sudo apt-get install -y nodejs
install:
- cd Plan
- ./gradlew shadowJar publishToMavenLocal