Skip to content

update package namespace from io.retrorock to io.github.wilburhimself #5

update package namespace from io.retrorock to io.github.wilburhimself

update package namespace from io.retrorock to io.github.wilburhimself #5

Workflow file for this run

name: CI
on:
push:
branches: ["main", "master"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '11'
cache: 'maven'
- name: Build with Maven
run: mvn -B -DskipTests=false verify