You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plan/jitpack.yml

10 lines
199 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 shadowJar publishToMavenLocal