Skip to content

fix(build): omit 'v' from the version as it isn't SemVer compatible #149

fix(build): omit 'v' from the version as it isn't SemVer compatible

fix(build): omit 'v' from the version as it isn't SemVer compatible #149

Workflow file for this run

name: Build
on:
push:
branches:
- "next/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: gradle
- run: ./gradlew build --no-daemon
- uses: actions/upload-artifact@v3
with:
path: build/libs/*
if-no-files-found: error