Skip to content

Building with gradle fails #784

@theAprel

Description

@theAprel

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions