Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-build-and-test-java-with-gradle-building-testing-github-doc-workflow-guide.mdA 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.textA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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