Skip to content

Use spring web client instead of java http client #126

Use spring web client instead of java http client

Use spring web client instead of java http client #126

name: SAP Java Client Maven build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean install