Skip to content

Bump com.atlassian.plugins:atlassian-plugins-osgi-testrunner from 2.0.2 to 2.0.9-bdad23b #221

Bump com.atlassian.plugins:atlassian-plugins-osgi-testrunner from 2.0.2 to 2.0.9-bdad23b

Bump com.atlassian.plugins:atlassian-plugins-osgi-testrunner from 2.0.2 to 2.0.9-bdad23b #221

Workflow file for this run

name: Build
on:
pull_request:
branches:
- '*'
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'
cache: 'maven'
- name: Maven Build
run: ./mvnw clean package