Skip to content

Class InvocationTargetException add throwable cause #280

Class InvocationTargetException add throwable cause

Class InvocationTargetException add throwable cause #280

Workflow file for this run

name: Test PRs
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
env:
MAVEN_ARGS: -Dmaven.resolver.transport=wagon
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Install dependencies
run: |
brew install openssl
brew install autoconf
brew install automake
brew install libtool
brew install cmake
- name: build natives
run: ./build.sh