mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
18 lines
302 B
YAML
18 lines
302 B
YAML
image: gradle:7.3-jdk17
|
|
|
|
variables:
|
|
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
|
|
|
|
build:
|
|
stage: build
|
|
script: gradle --build-cache shadowJar
|
|
cache:
|
|
key: "$CI_COMMIT_REF_NAME"
|
|
policy: push
|
|
paths:
|
|
- build
|
|
- .gradle
|
|
artifacts:
|
|
paths:
|
|
- "**/build/libs/*-plugin.jar"
|