Skip to content

Bump com.microsoft.kiota:microsoft-kiota-abstractions from 1.8.0 to 1.8.1 #483

Bump com.microsoft.kiota:microsoft-kiota-abstractions from 1.8.0 to 1.8.1

Bump com.microsoft.kiota:microsoft-kiota-abstractions from 1.8.0 to 1.8.1 #483

Workflow file for this run

name: Build Workflow
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [17]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '${{ matrix.version }}'
distribution: 'temurin'
cache: 'maven'
- name: Compile
run: mvn -B clean install