mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00: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'
|