Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit bccaae8

Browse files
committed
Updated ci
1 parent 0650e24 commit bccaae8

1 file changed

Lines changed: 31 additions & 31 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
name: Gradle build
2-
3-
on:
4-
push:
5-
branches:
6-
- master
7-
- main
8-
pull_request:
9-
branches:
10-
- master
11-
- main
12-
13-
jobs:
14-
build:
15-
16-
runs-on: ubuntu-latest
17-
18-
steps:
19-
- uses: actions/checkout@v2
20-
- name: Set up JDK 1.8
21-
uses: actions/setup-java@v1
22-
with:
23-
java-version: 1.8
24-
- name: Grant execute permission for gradlew
25-
run: chmod +x gradlew
26-
- name: Build with Gradle
27-
run: ./gradlew downloadAPI build
28-
- name: Upload jar
29-
uses: actions/upload-artifact@v1
30-
with:
31-
name: Artifacts
1+
name: Gradle build
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- main
8+
pull_request:
9+
branches:
10+
- master
11+
- main
12+
13+
jobs:
14+
build:
15+
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
- uses: actions/checkout@v2
20+
- name: Set up JDK 1.8
21+
uses: actions/setup-java@v1
22+
with:
23+
java-version: 1.8
24+
- name: Grant execute permission for gradlew
25+
run: chmod +x gradlew
26+
- name: Build with Gradle
27+
run: ./gradlew downloadAPI build
28+
- name: Upload jar
29+
uses: actions/upload-artifact@v1
30+
with:
31+
name: Artifacts
3232
path: build/libs/

0 commit comments

Comments
 (0)