mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
package: log jar hash
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user