Skip to content

Add methods to read and write strings #15

Add methods to read and write strings

Add methods to read and write strings #15

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- run: ./build-image.sh
- run: mvn dependency:go-offline -B -V
- run: mvn install -B