Skip to content

Merge pull request #8719 from MegaMek/fix/academy-curriculum-index-bo… #918

Merge pull request #8719 from MegaMek/fix/academy-curriculum-index-bo…

Merge pull request #8719 from MegaMek/fix/academy-curriculum-index-bo… #918

name: Gradle Dependency Submission
on:
push:
branches:
- main
jobs:
dependency-submission:
runs-on: ubuntu-latest
steps:
- name: Checkout Data Repo
uses: actions/checkout@v6
with:
repository: megamek/mm-data
path: mm-data
- name: "Check out MekHQ"
uses: actions/checkout@v6
with:
path: MekHQ
- name: "Check out MegaMekLab"
uses: actions/checkout@v6
with:
repository: MegaMek/megameklab
ref: main
path: megameklab
- name: Checkout MegaMek
uses: actions/checkout@v6
with:
repository: MegaMek/megamek
ref: main
path: megamek
- name: Set up Temurin JDK 17
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v5
with:
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"
build-root-directory: MekHQ