Skip to content

Bump org.apache.maven:maven-core from 3.6.0 to 3.8.1 #12

Bump org.apache.maven:maven-core from 3.6.0 to 3.8.1

Bump org.apache.maven:maven-core from 3.6.0 to 3.8.1 #12

Workflow file for this run

name: APIM Gateway CLI CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'zulu'
- name: Build with Maven
run: mvn clean install -Dmaven.test.skip=true -pl \!apim-deployment-samples/gateway-plugin-deploy-fed,\!apim-deployment-samples/gateway-plugin-deploy-polenv,\!apim-deployment-samples/gateway-plugin-export-fed,\!apim-deployment-samples/gateway-plugin-export-polenv