mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-06-06 23:57:10 +00:00
codeberg migration
This commit is contained in:
24
.forgejo/workflows/build.yml
Executable file
24
.forgejo/workflows/build.yml
Executable file
@@ -0,0 +1,24 @@
|
||||
name: Build with Gradle
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 25
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 25
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v6
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
Reference in New Issue
Block a user