blob: 68208fb0d4afc6796da4b724828444dc4e267e5e [file] [log] [blame]
image: maven:3-eclipse-temurin-21-alpine
stages:
- build
cache:
paths:
- .m2/repository
variables:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
build:
stage: build
artifacts:
paths:
- target/Krill-Indexer.jar
script:
- mvn clean package