Try to install node on jitpack

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

View File

@ -3,7 +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
- apt-get install -y nodejs
install:
- cd Plan
- ./gradlew shadowJar publishToMavenLocal