Prompt Buddy logoPrompt Buddy

github · GitHub Actions Docs

Actions Publishing Java packages with Gradle - GitHub Docs

A tutorial demonstrating how to configure a GitHub Actions workflow to automate the publishing of Java packages to GitHub Packages using Gradle.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Actions Publishing Java packages with Gradle - GitHub Docs

A tutorial demonstrating how to configure a GitHub Actions workflow to automate the publishing of Java packages to GitHub Packages using Gradle.

When To Use

Use when you need to automate the distribution of Java libraries to GitHub Packages using a Gradle build system within a GitHub Actions workflow.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-publish-packages-java-with-gradle-publishing-github-docs-workflow-guide.mdA tutorial guide on using GitHub Actions and Gradle to publish Java packages.Questions about a tutorial guide on using GitHub Actions and Gradle to publish Java packages.
examples/actions-publish-packages-java-with-gradle-publishing-github-docs-github-.textA Gradle build script configuration using the maven-publish plugin to deploy Java packages to a Maven repository.Exact payloads, commands, or snippets shown in A Gradle build script configuration using the maven-publish plugin to deploy Java packages to a Maven repository.
examples/actions-publish-packages-java-with-gradle-publishing-github-docs-github--2.textA GitHub Actions workflow configuration file demonstrating how to publish Java packages using Gradle.Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration file demonstrating how to publish Java packages using Gradle.
examples/actions-publish-packages-java-with-gradle-publishing-github-docs-github--3.textA Gradle build script configuration using the maven-publish plugin to publish Java packages to GitHub Packages.Exact payloads, commands, or snippets shown in A Gradle build script configuration using the maven-publish plugin to publish Java packages to GitHub Packages.
examples/actions-publish-packages-java-with-gradle-publishing-github-docs-github--4.textA GitHub Actions workflow configuration file demonstrating how to publish Java packages using Gradle.Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration file demonstrating how to publish Java packages using Gradle.
examples/actions-publish-packages-java-with-gradle-publishing-github-docs-github--5.textA Gradle build script configuration using the maven-publish plugin to deploy Java packages to GitHub Packages.Exact payloads, commands, or snippets shown in A Gradle build script configuration using the maven-publish plugin to deploy Java packages to GitHub Packages.
examples/actions-publish-packages-java-with-gradle-publishing-github-docs-github--6.textA GitHub Actions workflow configuration file demonstrating how to publish Java packages using Gradle.Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration file demonstrating how to publish Java packages using Gradle.

What This Skill Covers

    • GitHub Actions / - Tutorials / - Publish packages / - Publish Java packages with Gradle
  • Main sections: In this article, Introduction, Prerequisites, About package configuration, Publishing packages to the Maven Central Repository.

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/publish-packages/publish-java-packages-with-gradle