mirror of
https://github.com/corda/corda.git
synced 2025-01-14 16:59:52 +00:00
ENT-975 Track unchanged files in extra-info (#99)
This commit is contained in:
parent
4686d59a4a
commit
7b714f5bc7
@ -4,7 +4,7 @@ BASE_VERSION="jdk-8.0.0.jar"
|
|||||||
NEW_VERSION="jdk-8.0.0-deterministic.jar"
|
NEW_VERSION="jdk-8.0.0-deterministic.jar"
|
||||||
|
|
||||||
# Derive list of differences between the two JARs
|
# Derive list of differences between the two JARs
|
||||||
pkgdiff -check-byte-code -extra-info pkgdiff_extra \
|
pkgdiff -check-byte-code -track-unchanged -extra-info pkgdiff_extra \
|
||||||
"$BASE_VERSION" "$NEW_VERSION"
|
"$BASE_VERSION" "$NEW_VERSION"
|
||||||
|
|
||||||
# Find packages and classes marked for exclusion in JavaDoc
|
# Find packages and classes marked for exclusion in JavaDoc
|
||||||
|
Loading…
Reference in New Issue
Block a user