Skip to content

Move Numbers to org.gwtproject so it can be used externally (#13) #7

Move Numbers to org.gwtproject so it can be used externally (#13)

Move Numbers to org.gwtproject so it can be used externally (#13) #7

Workflow file for this run

on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK 21
id: setup-java-21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build and test with Maven
run: mvn -V -B -ntp -U -e verify