FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: centralize module versions in a parent POM · aws/aws-lambda-java-libs@555b3f5 · GitHub

feat(release): add changelog entry, GitHub Releases, lastPublished, a… #520

feat(release): add changelog entry, GitHub Releases, lastPublished, a…

feat(release): add changelog entry, GitHub Releases, lastPublished, a… #520

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
# This workflow will be triggered if there will be changes to aws-lambda-java-events
# package and it builds the package.
name: Java CI aws-lambda-java-events
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- 'aws-lambda-java-events/**'
pull_request:
branches: [ '*' ]
paths:
- 'aws-lambda-java-events/**'
- '.github/workflows/aws-lambda-java-events.yml'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 1.8
uses: actions/setup-java@v5
with:
java-version: 8
distribution: corretto
cache: maven
- name: Install events with Maven
run: mvn -B install --file aws-lambda-java-events/pom.xml

Back | FazBrowse Home | New Git URL