Skip to content

transform qprotect strong method reference obfuscation (invokedynamic… #250

transform qprotect strong method reference obfuscation (invokedynamic…

transform qprotect strong method reference obfuscation (invokedynamic… #250

Workflow file for this run

name: Test and build
on:
pull_request:
push:
jobs:
build:
name: Test and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Test
run: mvn test