File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1+ name : JavaCI
2+ on : [push, pull_request]
3+ jobs :
4+ build :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v2
8+ - uses : actions/setup-java@v2
9+ with :
10+ java-version : " 8"
11+ distribution : adopt
12+ - name : Maven Package
13+ run : mvn -B -U clean package -DskipTests
14+ - name : Maven Verify
15+ run : mvn -B -U verify
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# apache-client5-reactive
22
33[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4- [ ![ Build Status ] ( https://travis-ci.org /saasquatch/apache-client5-reactive. svg?branch=master )] ( https://travis-ci.org /saasquatch/apache-client5-reactive )
4+ [ ![ JavaCI ] ( https://github.com /saasquatch/apache-client5-reactive/actions/workflows/JavaCI.yml/badge. svg?branch=master )] ( https://github.com /saasquatch/saasquatch-java-sdk/actions/workflows/JavaCI.yml )
55[ ![ ] ( https://jitpack.io/v/saasquatch/apache-client5-reactive.svg )] ( https://jitpack.io/#saasquatch/apache-client5-reactive )
66
77Thin wrapper around [ Apache HttpComponents] ( https://hc.apache.org/ ) HttpAsyncClient 5.x to expose [ Reactive Streams] ( https://www.reactive-streams.org ) interfaces.
You can’t perform that action at this time.
0 commit comments