Plan/jitpack.yml
Aurora Lahtela 9ade3fbf01 Skip yarn build steps on Jitpack
Jitpack doesn't have gclib required for Node 20 which means all builds fail there when yarn build is attempted.

This makes yarn tasks conditional dependency with -PisJitpack flag which skips the problematic section

Affects issues:
- Possibly fixed #3411
2024-03-09 10:29:44 +02:00

10 lines
211 B
YAML

jdk:
- openjdk18
before_install:
- sdk install java 18.0.1.1-open
- sdk use java 18.0.1.1-open
- apt-get install -y nodejs
install:
- cd Plan
- ./gradlew -PisJitpack shadowJar publishToMavenLocal