Skip to content

chore: Add logging to velocity plugin #2

chore: Add logging to velocity plugin

chore: Add logging to velocity plugin #2

Workflow file for this run

name: Java build CI
on: "push"
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v2
with:
name: Package
path: build