Skip to content

[1.x] Delete .java-version to not fix java version to 1.8 #526

[1.x] Delete .java-version to not fix java version to 1.8

[1.x] Delete .java-version to not fix java version to 1.8 #526

Workflow file for this run

name: Scala CLA
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check CLA
uses: scala/cla-checker@v1
with:
author: ${{ github.event.pull_request.user.login }}