Skip to content

Prevent file descriptor leak and modernize BufferedWriter creation #36

Prevent file descriptor leak and modernize BufferedWriter creation

Prevent file descriptor leak and modernize BufferedWriter creation #36

name: "Validate Gradle Wrapper"
on: [push]
permissions:
contents: read
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1