Skip to content

Commit c15acb3

Browse files
committed
Merge remote-tracking branch 'github/develop' into feature-broker-15
2 parents 9d75d21 + eaf0130 commit c15acb3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Java CI
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- uses: joschi/setup-jdk@v1
11+
with:
12+
java-version: 'openjdk13'
13+
architecture: 'x64'
14+
- name: Build with Gradle
15+
run: ./gradlew build

0 commit comments

Comments
 (0)