dotnet-deserialization-scanner icon indicating copy to clipboard operation
dotnet-deserialization-scanner copied to clipboard

Please build from source

Open B4RD4k opened this issue 5 years ago • 2 comments

I can't build the project into JAR file. Could you add the installation guide, or share the JAR.

10x

B4RD4k avatar Feb 29 '20 17:02 B4RD4k

install gradle via apt

apt-get install graddle

git clone this repo enter repo directory then run:

gradle fatJar

That will generate the following file: ./build/libs/dotnet_deserialization_scanner-all.jar

Hope this helps.

dogasantos avatar Jul 11 '21 20:07 dogasantos