Skip to content

add bower webjars deprecation - see https://github.com/webjars/webjar… #275

add bower webjars deprecation - see https://github.com/webjars/webjar…

add bower webjars deprecation - see https://github.com/webjars/webjar… #275

Workflow file for this run

on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
cache: maven
- run: mvn test