Skip to content

Fix typo in variable name for UDP config #36

Fix typo in variable name for UDP config

Fix typo in variable name for UDP config #36

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean package