mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-01 00:10:12 +01:00
9ade3fbf01
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
10 lines
211 B
YAML
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
|