Elytrium / LimboHub

Get a virtual hub directly on Velocity proxy.
GNU Affero General Public License v3.0
32 stars 5 forks source link

Failed to build не забилдилось через воркфлоу #21

Open subtogash opened 3 months ago

subtogash commented 3 months ago

Run ./gradlew build Downloading https://services.gradle.org/distributions/gradle-7.4.1-bin.zip ...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100%

Welcome to Gradle 7.4.1!

Here are the highlights of this release:

For more details see https://docs.gradle.org/7.4.1/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

Task :generateTemplates

Task :compileJava FAILED 2 actionable tasks: 2 executed /home/runner/work/LimboHub/LimboHub/src/main/java/net/elytrium/limbohub/entities/NPC.java:22: error: cannot find symbol import com.velocitypowered.proxy.protocol.packet.LegacyPlayerListItem; ^ symbol: class LegacyPlayerListItem location: package com.velocitypowered.proxy.protocol.packet /home/runner/work/LimboHub/LimboHub/src/main/java/net/elytrium/limbohub/entities/NPC.java:23: error: cannot find symbol import com.velocitypowered.proxy.protocol.packet.RemovePlayerInfo; ^ symbol: class RemovePlayerInfo location: package com.velocitypowered.proxy.protocol.packet /home/runner/work/LimboHub/LimboHub/src/main/java/net/elytrium/limbohub/entities/NPC.java:24: error: cannot find symbol import com.velocitypowered.proxy.protocol.packet.UpsertPlayerInfo; ^ symbol: class UpsertPlayerInfo location: package com.velocitypowered.proxy.protocol.packet 3 errors

FAILURE: Build failed with an exception.

BUILD FAILED in 18s Error: Process completed with exit code 1.