image: maven:3.8.6-openjdk-18
build:
  script: "mvn clean package"
  artifacts:
    name: "SL-Craft"
    paths:
      - "target/*.jar"