Skip to content

Merge pull request #519 from Peergos/fix/bulk-put-timeout #542

Merge pull request #519 from Peergos/fix/bulk-put-timeout

Merge pull request #519 from Peergos/fix/bulk-put-timeout #542

Workflow file for this run

name: Jar build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Build with Ant
run: ant -noinput -buildfile build.xml peergos_submodule_sync dist
- name: Upload jar artifact
uses: actions/upload-artifact@v2
with:
name: Peergos.jar
path: "./server/Peergos.jar"