Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
subtogash opened this issue May 29, 2024 · 0 comments
Open

Comments

@subtogash
Copy link

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:

  • Aggregated test and JaCoCo reports
  • Marking additional test source directories as tests in IntelliJ
  • Support for Adoptium JDKs in Java toolchains

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.

  • What went wrong:
    Execution failed for task ':compileJava'.

Compilation failed; see the compiler error output for details.

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant