fix: Build gradle package against jvm 17 to support projects that nee… #78
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish | |
on: | |
push: | |
branches: | |
- master | |
- develop | |
paths-ignore: | |
- '**.md' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: MineInAbyss/publish-action@develop | |
with: | |
maven-metadata-url: https://repo.mineinabyss.com/releases/com/mineinabyss/idofront-util/maven-metadata.xml | |
maven-snapshot-metadata-url: https://repo.mineinabyss.com/snapshots/com/mineinabyss/idofront-util/maven-metadata.xml | |
maven-username: ${{ secrets.MAVEN_PUBLISH_USERNAME }} | |
maven-password: ${{ secrets.MAVEN_PUBLISH_PASSWORD }} | |
release-files: | | |
${{ github.workspace }}/publish/*.jar |