You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type-safe project accessors is an incubating feature.
> Configure project :
Toothpick Gradle Plugin Version '1.1.0-SNAPSHOT'
Configured for 'MyAirplaneFork' version 'git-MyAirplaneFork-"45b7d97"' (Minecraft 1.16.5)
> Task :myairplanefork-api:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :myairplanefork-api:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :myairplanefork-server:compileJava
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/FlareSetup.java:8: error: package gg.airplane.flare.profiling does not exist
import gg.airplane.flare.profiling.AsyncProfilerIntegration;
^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/FlareCommand.java:5: error: package gg.airplane.flare.exceptions does not exist
import gg.airplane.flare.exceptions.UserReportableException;
^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/FlareCommand.java:6: error: package gg.airplane.flare.profiling does not exist
import gg.airplane.flare.profiling.AsyncProfilerIntegration;
^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:5: error: package gg.airplane.flare.exceptions does not exist
import gg.airplane.flare.exceptions.UserReportableException;
^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:6: error: package gg.airplane.flare.profiling does not exist
import gg.airplane.flare.profiling.ProfileController;
^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:17: error: cannot find symbol
private static ProfileController currentController;
^
symbol: class ProfileController
location: class ProfilingManager
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:31: error: cannot find symbol
public static synchronized boolean start(@Nullable ProfileType type, int interval) throws UserReportableException {
^
symbol: class ProfileType
location: class ProfilingManager
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:31: error: cannot find symbol
public static synchronized boolean start(@Nullable ProfileType type, int interval) throws UserReportableException {
^
symbol: class UserReportableException
location: class ProfilingManager
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
8 errors
> Task :myairplanefork-server:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':myairplanefork-server: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.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 6s
9 actionable tasks: 9 executed
The text was updated successfully, but these errors were encountered:
When building:
The text was updated successfully, but these errors were encountered: