FireStack-Lab / LaksaJ

LaksaJ -- Zilliqa Blockchain Java Library
GNU General Public License v3.0
19 stars 9 forks source link

build instructions / jar #6

Closed AndreiD closed 5 years ago

AndreiD commented 5 years ago

Hello,

can you write some build instructions and generate a jar from the files ?

I'm having a hard time building this because of small thinks like import com.sun.tools.javac.util.Assert;, setting up lombok etc.

Thanks

renlulu commented 5 years ago

Hi, you can try gradle build -x test

AndreiD commented 5 years ago

all good now. no need to build it since you added it in maven