Skip to content

COPCD-40: Mentioned dependency to atlassian library in readme. #15

COPCD-40: Mentioned dependency to atlassian library in readme.

COPCD-40: Mentioned dependency to atlassian library in readme. #15

Workflow file for this run

on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
- run: ./gradlew build