Skip to content

reg: api doc tweak and version update #137

reg: api doc tweak and version update

reg: api doc tweak and version update #137

Workflow file for this run

name: Java CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: build and test cadc-registry
run: cd cadc-registry && ../gradlew --info clean build javadoc checkstyleMain install
- name: build and test cadc-vosi
run: cd cadc-vosi && ../gradlew --info clean build javadoc checkstyleMain install
- name: build and test cadc-registry-server
run: cd cadc-registry-server && ../gradlew --info clean build javadoc checkstyleMain install
- name: build and test cadc-test-vosi
run: cd cadc-test-vosi && ../gradlew --info clean build javadoc install