Initial update manifest generation.

This commit is contained in:
Logan Gorence
2021-12-22 06:55:47 +00:00
parent b410fdf9e0
commit 3b47ec75bb
2 changed files with 42 additions and 1 deletions

View File

@ -5,7 +5,7 @@ variables:
build:
stage: build
script: gradle --build-cache shadowJar
script: gradle --build-cache assemble
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
@ -14,4 +14,5 @@ build:
- .gradle
artifacts:
paths:
- "build/manifests/update.json"
- "**/build/libs/*-plugin.jar"