Skip to content

Bump org.codehaus.plexus:plexus-utils from 3.0.17 to 3.0.24 in /mvn-scalaxb #170

Bump org.codehaus.plexus:plexus-utils from 3.0.17 to 3.0.24 in /mvn-scalaxb

Bump org.codehaus.plexus:plexus-utils from 3.0.17 to 3.0.24 in /mvn-scalaxb #170

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
tests:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
java: 8
runs-on: ${{ matrix.os }}
env:
# define Java options for both official sbt and sbt-extras
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JVM
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'sbt'
- name: Build and test
run: |
sbt -v ++2.12.17! "scalaxbPlugin/scripted"
sbt -v +integration/test