github · GitHub Actions Docs
Actions Building and testing Java with Gradle - GitHub Docs
A tutorial demonstrating how to set up a GitHub Actions workflow to automate the building and testing of Java applications using the Gradle build tool.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Building and testing Java with Gradle - GitHub Docs
A tutorial demonstrating how to set up a GitHub Actions workflow to automate the building and testing of Java applications using the Gradle build tool.
When To Use
Use when you need to configure a GitHub Actions workflow to automatically compile Java code and run test suites using Gradle.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-build-and-test-java-with-gradle-building-testing-github-doc-workflow-guide.md | A tutorial guide on creating a continuous integration workflow to build and test Java applications using Gradle in GitHub Actions. | Questions about a tutorial guide on creating a continuous integration workflow to build and test Java applications using Gradle in Gi... |
examples/actions-build-and-test-java-with-gradle-building-testing-github-doc-gith.text | A YAML workflow configuration demonstrating how to set up JDK and run Gradle tasks within a GitHub Actions runner. | Exact payloads, commands, or snippets shown in A YAML workflow configuration demonstrating how to set up JDK and run Gradle tasks within a GitHub Actions runner. |
examples/actions-build-and-test-java-with-gradle-building-testing-github-doc-gith-2.text | A GitHub Actions workflow YAML configuration that sets up Java with Temurin and uses the Gradle action to build and test a project. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration that sets up Java with Temurin and uses the Gradle action to build and t... |
examples/actions-build-and-test-java-with-gradle-building-testing-github-doc-gith-3.text | A GitHub Actions workflow YAML configuration that sets up Java with Temurin and uses the Gradle action to build and test a project. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration that sets up Java with Temurin and uses the Gradle action to build and t... |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Build and test code / - Java with Gradle
- Main sections:
In this article,Introduction,Prerequisites,Using a Gradle workflow template,Specifying the Java version and architecture.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/tutorials/build-and-test-code/java-with-gradle
