Skip to content

Change TimedDuplicationStrategy to cache using the entire request pac… #42

Change TimedDuplicationStrategy to cache using the entire request pac…

Change TimedDuplicationStrategy to cache using the entire request pac… #42

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
java-package: jdk
architecture: x64
- run: mvn -B package --file pom.xml