Skip to content

temporary removal of Kotlin-Coroutines-Suspends due to errors #65

temporary removal of Kotlin-Coroutines-Suspends due to errors

temporary removal of Kotlin-Coroutines-Suspends due to errors #65

Workflow file for this run

name: Submit dependency graph
on:
push:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 9
uses: actions/setup-java@v1
with:
java-version: 9
- name: Setup libraries
run: |
./newrelic-dependencies.sh
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/[email protected]
with:
dependency-graph: generate-and-submit
- name: Run a build, generating the dependency graph snapshot which will be submitted
run: ./gradlew build