Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu authored Jan 15, 2025
1 parent 4bd40cc commit 89d8518
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ jobs:
- name: Run build jar
run: ./gradlew jar -Pmod_version="${{steps.read_property.outputs.mod_version}}-snapshot${{github.run_number}}"
- name: Download cosmaven from github
run: wget https://github.com/TeamMoegMC/CosMavenProxy/releases/latest/download/cosmavenproxy.jar
uses: joutvhu/[email protected]
with:
owner: TeamMoegMC
repo: CosMavenProxy
latest: true
- name: Start cos maven local
shell: bash
env:
Expand Down

0 comments on commit 89d8518

Please sign in to comment.