Skip to content

Update spring-boot-admin.version to v3 #537

Update spring-boot-admin.version to v3

Update spring-boot-admin.version to v3 #537

Workflow file for this run

name: cxf-spring-cloud-netflix-docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 12
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 12
- name: Build with Maven
run: mvn -B test --no-transfer-progress --file pom.xml