Skip to content

Commit ebf0551

Browse files
fix
1 parent dc089d6 commit ebf0551

2 files changed

Lines changed: 7 additions & 22 deletions

File tree

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/gradle.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
name: Java CI
1+
name: Build
22

3-
on: [push]
3+
on: push
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
108
steps:
11-
- uses: actions/checkout@v1
12-
- name: Set up JDK 21
13-
uses: actions/setup-java@v2
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-java@v4
1411
with:
15-
distribution: 'adopt'
12+
distribution: temurin
1613
java-version: 21
17-
- name: Setup
18-
run: chmod +x gradlew && ./gradlew setup
19-
- name: Build with Gradle
20-
run: chmod +x gradlew && ./gradlew build
14+
- run: ./gradlew setup
15+
- run: ./gradlew build

0 commit comments

Comments
 (0)