package: log jar hash

This commit is contained in:
Max Weber
2023-06-07 21:53:55 -06:00
parent 74f54f79d7
commit 8d8d117f55
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ on:
push:
pull_request:
env:
CACHE_VERSION: 2.3.0
CACHE_VERSION: 2.3.1
jobs:
build:
# any forks that predate this repo having an action will have actions

View File

@@ -590,6 +590,7 @@ public class Plugin implements Closeable
com.google.common.io.Files.asByteSource(jarFile)
.hash(Hashing.sha256())
.asBytes()));
writeLog("built jar with hash {} from commit {}\n", jarData.getJarHash(), commit);
}
catch (InterruptedException e)
{