Describe the bug
./gradle build fails immediately, with many errors similar to the following:
Java-WebSocket/src/main/java/org/java_websocket/server/WebSocketServer.java:56: error: package org.slf4j does not exist
import org.slf4j.Logger;
To Reproduce
Steps to reproduce the behavior:
Run ./gradle build
Expected behavior
Java-WebSocket builds properly
Additional context
build.gradle hasn't been updated since the slf4j dependencies were introduced to the project. I have a PR for this. These dependencies were added only to maven (pom.xml).
Describe the bug
./gradle buildfails immediately, with many errors similar to the following:To Reproduce
Steps to reproduce the behavior:
Run
./gradle buildExpected behavior
Java-WebSocket builds properly
Additional context
build.gradlehasn't been updated since the slf4j dependencies were introduced to the project. I have a PR for this. These dependencies were added only to maven (pom.xml).