mirror of
https://github.com/corda/corda.git
synced 2025-03-01 04:16:21 +00:00
refer to ProGuard 4.4 instead of 4.3 in readme.txt
This commit is contained in:
parent
82d2be8e71
commit
d56713dc13
@ -376,7 +376,7 @@ EOF
|
|||||||
|
|
||||||
Step 5: Run ProGuard with stage1 as input and stage2 as output.
|
Step 5: Run ProGuard with stage1 as input and stage2 as output.
|
||||||
|
|
||||||
$ java -jar ../../proguard4.3/lib/proguard.jar \
|
$ java -jar ../../proguard4.4/lib/proguard.jar \
|
||||||
-injars stage1 -outjars stage2 @../vm.pro @hello.pro
|
-injars stage1 -outjars stage2 @../vm.pro @hello.pro
|
||||||
|
|
||||||
(note: pass -dontusemixedcaseclassnames to ProGuard when building on
|
(note: pass -dontusemixedcaseclassnames to ProGuard when building on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user