Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
38360e9d22
17
.github/workflows/gradle.yml
vendored
Normal file
17
.github/workflows/gradle.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Java CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Set up JDK 11
|
||||||
|
uses: actions/setup-java@v1
|
||||||
|
with:
|
||||||
|
java-version: 11
|
||||||
|
- name: Build with Gradle
|
||||||
|
run: ./gradlew build
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
|
[](https://zenodo.org/badge/latestdoi/148831678)
|
||||||
|
|
||||||
# Questions and Answers #
|
# Questions and Answers #
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user