Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Bump org.springframework.boot from 3.0.6 to 3.1.1 #75

Bump org.springframework.boot from 3.0.6 to 3.1.1

Bump org.springframework.boot from 3.0.6 to 3.1.1 #75

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the ODPi Egeria project.
name: "PR Verification"
on:
pull_request:
branches: [main, release-*, feature-*]
jobs:
build:
if: startsWith(github.repository,'odpi/')
runs-on: ubuntu-latest
name: "PR Verification"
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- uses: gradle/wrapper-validation-action@v1
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: |
build
--scan
- name: Upload Connector
uses: actions/upload-artifact@v3
with:
name: Hadoop Connectors
path: '**/build/libs/*.jar'