Skip to content

fix: correct type for generic params in Xposed snippet, add fields su… #20

fix: correct type for generic params in Xposed snippet, add fields su…

fix: correct type for generic params in Xposed snippet, add fields su… #20

Workflow file for this run

name: Build Test
on:
push:
branches: [ master, build-test ]
pull_request:
branches: [ master ]
jobs:
tests:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build dist copyExe