Skip to content

Bump org.hamcrest:hamcrest-library from 1.3 to 3.0 #1218

Bump org.hamcrest:hamcrest-library from 1.3 to 3.0

Bump org.hamcrest:hamcrest-library from 1.3 to 3.0 #1218

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: sdk-java Verify
on:
push:
branches:
- 4.*
pull_request:
branches:
- 4.*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: 'maven'
- name: Verify with Maven
run: |
mvn -B -f pom.xml clean install verify