Skip to content

Bump org.odpi.egeria:egeria from 4.1 to 5.1 #131

Bump org.odpi.egeria:egeria from 4.1 to 5.1

Bump org.odpi.egeria:egeria from 4.1 to 5.1 #131

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the 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:
cache-read-only: true
arguments: build
# --
- name: Upload Connector
uses: actions/upload-artifact@v3
with:
# TODO: verify - Update name & artifacts to upload
name: Jar
path: '**/build/libs/*.jar'