asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
285 stars 120 forks source link

Use the official gradle/gradle-build-action #639

Closed leonard84 closed 2 years ago

leonard84 commented 2 years ago

it already includes smart caching of the gradle home files, so remove manual caching for that. Extract setup jdk logic into a local workflow snippet.

Update actions/checkout to v2 and use fetch-depth