-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
After i have added this library to gradle:
implementation group: 'at.favre.lib', name: 'bcrypt', version: '0.9.0'
build the Project into a JAR and run it
java -jar build/libs/example-0.0.1.jar
i get the following error:
Error: Could not find or load main class io.ktor.server.netty.EngineMain
Caused by: java.lang.ClassNotFoundException: io.ktor.server.netty.EngineMain
If i comment out only your dependency everything is fine.
Seems to be connected to issue #30. If i manually delete everything out of the META-INF Folder (except MANIFEST.MF) everything works again.
NathanPB
Metadata
Metadata
Assignees
Labels
No labels