Skip to content

Revert "Use spring web client instead of java http client" #130

Revert "Use spring web client instead of java http client"

Revert "Use spring web client instead of java http client" #130

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