mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
15 lines
345 B
YAML
15 lines
345 B
YAML
name: Build with Gradle
|
|
description: A collection of actions for building Gradle projects, as well as generating a dependency graph via Dependency Submission.
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Setup Gradle
|
|
uses: gradle/gradle-build-action@main
|
|
with:
|
|
cache-read-only: true
|
|
|
|
branding:
|
|
icon: 'box'
|
|
color: 'gray-dark'
|