Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 554 Bytes

zkdiffer - A ZK diffing algorithm for ZK components

This library is inspired from diffDom and ported in Java for ZK framework.

License

This project is licensed under the LGPL v. 3. For details see LICENSE.txt.

How to release FL

./gradlew clean build release -PFL=true

and then the released bundle file will be in zkdiffer/build/dist folder.

How to release official

./gradlew clean build release

and then the released bundle file will be in zkdiffer/build/dist folder.