Skip to content

Switch getBlockExplorerUrl to public #20

Switch getBlockExplorerUrl to public

Switch getBlockExplorerUrl to public #20

Workflow file for this run

name: CI
on:
pull_request: ~
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- run: ./mvnw clean install -T4