Skip to content

Implemented withCloseable/try-with-resources where needed in the code… #385

Implemented withCloseable/try-with-resources where needed in the code…

Implemented withCloseable/try-with-resources where needed in the code… #385

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