Skip to content

Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0 #160

Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0

Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0 #160

Workflow file for this run

name: "Maven Build"
on:
pull_request:
branches: [ develop ]
jobs:
maven-compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Setup JDK 11"
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
architecture: x64
cache: maven
- name: "Run Maven 'compile'"
run: mvn compile --color always