nekodetector icon indicating copy to clipboard operation
nekodetector copied to clipboard

Jar file is not compiled

Open Source-Dom opened this issue 2 years ago • 5 comments

Hi, is there any way you could make a release, so that we directly have the compiled jar file, please ?

Source-Dom avatar Jun 07 '23 18:06 Source-Dom

I agree! Would be a great help when checking for infected mods in a modpack. Myself included, as I have been creating a modpack over the past week.

killer2gudpl avatar Jun 07 '23 18:06 killer2gudpl

Here's a snapshot build, based on commit 21e6963.

NeRdTheNed avatar Jun 07 '23 18:06 NeRdTheNed

How to build if you haven't gradle'd before.

git clone https://github.com/MCRcortex/nekodetector.git
cd nekodetector
./gradlew build
java -jar build/libs/jarscanner-1.0-SNAPSHOT.jar

Amazing work on getting this up so fast!

rferris avatar Jun 08 '23 04:06 rferris

we now have public releases https://github.com/MCRcortex/nekodetector/releases

Huskydog9988 avatar Jun 08 '23 15:06 Huskydog9988