Skip to content

feat(jdk-codemodel): resolve method invocations to MethodDescriptor #21

feat(jdk-codemodel): resolve method invocations to MethodDescriptor

feat(jdk-codemodel): resolve method invocations to MethodDescriptor #21

name: Main Pull Request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '25'
distribution: 'zulu'
cache: 'maven'
- name: Build and Test
run: ./mvnw clean install