mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Add initial top-level action
This commit is contained in:
14
action.yml
Normal file
14
action.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user