From 7e298d72b1732c2d1fdb6e7cfd5ccdced0d7b44b Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Tue, 22 Jun 2021 11:40:04 -0300 Subject: [PATCH] Add OS/JDK matrix to Github Actions config. Update build badge link. Signed-off-by: Max Lambrecht --- .github/workflows/gradle.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 8ced48b..6bb86ef 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -72,6 +72,7 @@ jobs: # Restoring these files from a GitHub Actions cache might cause problems for future builds. run: | rm -f ~/.gradle/caches/modules-2/modules-2.lock + rm -f ~/.gradle/caches/modules-2/gc.properties test-on-macos: diff --git a/README.md b/README.md index aa19299..688d5c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Java SPIFFE Library - +[![continuous-integration](https://github.com/spiffe/java-spiffe/actions/workflows/gradle.yml/badge.svg)](https://github.com/spiffe/java-spiffe/actions/workflows/gradle.yml) [![Coverage Status](https://coveralls.io/repos/github/spiffe/java-spiffe/badge.svg)](https://coveralls.io/github/spiffe/java-spiffe?branch=master) ## Overview