Skip to content

gradle(deps): bump maven.modrinth:where-is-it-port from 2.7.2+ to 2.7.3+1.21.11 #42

gradle(deps): bump maven.modrinth:where-is-it-port from 2.7.2+ to 2.7.3+1.21.11

gradle(deps): bump maven.modrinth:where-is-it-port from 2.7.2+ to 2.7.3+1.21.11 #42

Workflow file for this run

name: Build Pull Request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: 21
distribution: adopt
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build
run: ./gradlew build
- name: Upload artifacts
uses: actions/upload-artifact@v6
with:
name: build-artifacts
path: build/libs