CoreProtect

CoreProtect

1M Downloads

cannot be compiled

SPAWNRYS-ban opened this issue ยท 6 comments

commented

Gradle

spawnrys@Debian:~/CoreProtect$ gradle build

> Task :compileJava FAILED
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:10: error: package org.bukkit.block.sign does not exist
import org.bukkit.block.sign.Side;
                            ^
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:10: error: package io.papermc.paper.threadedregions.scheduler does not exist
import io.papermc.paper.threadedregions.scheduler.ScheduledTask;
                                                 ^
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/spigot/Spigot_v1_20.java:4: error: package org.bukkit.block.sign does not exist
import org.bukkit.block.sign.Side;
                            ^
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/paper/Paper_v1_20.java:4: error: package org.bukkit.block.sign does not exist
import org.bukkit.block.sign.Side;
                            ^
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/worldedit/WorldEditBlockState.java:190: error: method does not override or implement a method from a supertype
    @Override
    ^
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/worldedit/WorldEditBlockState.java:196: error: method does not override or implement a method from a supertype
    @Override
    ^
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/worldedit/WorldEditBlockState.java:202: error: method does not override or implement a method from a supertype
    @Override
    ^
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:17: error: cannot find symbol
        BlockGroup.CONTAINERS = new HashSet<>(Arrays.asList(Material.JUKEBOX, Material.DISPENSER, Material.CHEST, Material.FURNACE, Material.BREWING_STAND, Material.TRAPPED_CHEST, Material.HOPPER, Material.DROPPER, Material.ARMOR_STAND, Material.ITEM_FRAME, Material.SHULKER_BOX, Material.BLACK_SHULKER_BOX, Material.BLUE_SHULKER_BOX, Material.BROWN_SHULKER_BOX, Material.CYAN_SHULKER_BOX, Material.GRAY_SHULKER_BOX, Material.GREEN_SHULKER_BOX, Material.LIGHT_BLUE_SHULKER_BOX, Material.LIME_SHULKER_BOX, Material.MAGENTA_SHULKER_BOX, Material.ORANGE_SHULKER_BOX, Material.PINK_SHULKER_BOX, Material.PURPLE_SHULKER_BOX, Material.RED_SHULKER_BOX, Material.LIGHT_GRAY_SHULKER_BOX, Material.WHITE_SHULKER_BOX, Material.YELLOW_SHULKER_BOX, Material.BARREL, Material.BLAST_FURNACE, Material.SMOKER, Material.LECTERN, Material.CHISELED_BOOKSHELF));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
  symbol:   variable CHISELED_BOOKSHELF
  location: class Material
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:18: error: cannot find symbol
        BlockGroup.UPDATE_STATE = new HashSet<>(Arrays.asList(Material.TORCH, Material.WALL_TORCH, Material.REDSTONE_WIRE, Material.RAIL, Material.POWERED_RAIL, Material.DETECTOR_RAIL, Material.FURNACE, Material.BLAST_FURNACE, Material.SMOKER, Material.LEVER, Material.REDSTONE_TORCH, Material.REDSTONE_WALL_TORCH, Material.GLOWSTONE, Material.JACK_O_LANTERN, Material.REPEATER, Material.REDSTONE_LAMP, Material.BEACON, Material.COMPARATOR, Material.DAYLIGHT_DETECTOR, Material.REDSTONE_BLOCK, Material.HOPPER, Material.CHEST, Material.TRAPPED_CHEST, Material.ACTIVATOR_RAIL, Material.SOUL_TORCH, Material.SOUL_WALL_TORCH, Material.SHROOMLIGHT, Material.RESPAWN_ANCHOR, Material.CRYING_OBSIDIAN, Material.TARGET, Material.SMALL_AMETHYST_BUD, Material.MEDIUM_AMETHYST_BUD, Material.LARGE_AMETHYST_BUD, Material.AMETHYST_CLUSTER, Material.CAVE_VINES, Material.CAVE_VINES_PLANT, Material.GLOW_LICHEN, Material.LIGHT, Material.LAVA_CAULDRON, Material.CHISELED_BOOKSHELF));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ^
  symbol:   variable CHISELED_BOOKSHELF
  location: class Material
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:24: error: cannot find symbol
            sign.getSide(Side.FRONT).setGlowingText(isGlowing);
                         ^
  symbol:   variable Side
  location: class Bukkit_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:27: error: cannot find symbol
            sign.getSide(Side.BACK).setGlowingText(isGlowing);
                         ^
  symbol:   variable Side
  location: class Bukkit_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:34: error: cannot find symbol
            sign.getSide(Side.FRONT).setColor(DyeColor.getByColor(Color.fromRGB(color)));
                         ^
  symbol:   variable Side
  location: class Bukkit_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:37: error: cannot find symbol
            sign.getSide(Side.BACK).setColor(DyeColor.getByColor(Color.fromRGB(color)));
                         ^
  symbol:   variable Side
  location: class Bukkit_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:43: error: cannot find symbol
        sign.setWaxed(isWaxed);
            ^
  symbol:   method setWaxed(boolean)
  location: variable sign of type Sign
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:49: error: cannot find symbol
            return sign.getSide(Side.FRONT).getColor().getColor().asRGB();
                                ^
  symbol:   variable Side
  location: class Bukkit_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:52: error: cannot find symbol
            return sign.getSide(Side.BACK).getColor().getColor().asRGB();
                                ^
  symbol:   variable Side
  location: class Bukkit_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:59: error: cannot find symbol
            return sign.getSide(Side.FRONT).isGlowingText();
                                ^
  symbol:   variable Side
  location: class Bukkit_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:62: error: cannot find symbol
            return sign.getSide(Side.BACK).isGlowingText();
                                ^
  symbol:   variable Side
  location: class Bukkit_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:68: error: cannot find symbol
        return sign.isWaxed();
                   ^
  symbol:   method isWaxed()
  location: variable sign of type Sign
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:86: error: an enum switch case label must be the unqualified name of an enumeration constant
            case TORCHFLOWER_CROP:
                 ^
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:87: error: cannot find symbol
                material = Material.TORCHFLOWER_SEEDS;
                                   ^
  symbol:   variable TORCHFLOWER_SEEDS
  location: class Material
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:97: error: cannot find symbol
        return scanType.hasGravity() || scanType == Material.SUSPICIOUS_GRAVEL || scanType == Material.SUSPICIOUS_SAND;
                                                            ^
  symbol:   variable SUSPICIOUS_GRAVEL
  location: class Material
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:97: error: cannot find symbol
        return scanType.hasGravity() || scanType == Material.SUSPICIOUS_GRAVEL || scanType == Material.SUSPICIOUS_SAND;
                                                                                                      ^
  symbol:   variable SUSPICIOUS_SAND
  location: class Material
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:25: error: cannot find symbol
                    Bukkit.getServer().getRegionScheduler().run(plugin, location, value -> task.run());
                                      ^
  symbol:   method getRegionScheduler()
  location: interface Server
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:28: error: cannot find symbol
                    Bukkit.getServer().getRegionScheduler().runDelayed(plugin, location, value -> task.run(), delay);
                                      ^
  symbol:   method getRegionScheduler()
  location: interface Server
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:34: error: cannot find symbol
                    entity.getScheduler().run(plugin, value -> task.run(), task);
                          ^
  symbol:   method getScheduler()
  location: variable entity of type Entity
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:37: error: cannot find symbol
                    entity.getScheduler().runDelayed(plugin, value -> task.run(), task, delay);
                          ^
  symbol:   method getScheduler()
  location: variable entity of type Entity
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:42: error: cannot find symbol
                    Bukkit.getServer().getGlobalRegionScheduler().run(plugin, value -> task.run());
                                      ^
  symbol:   method getGlobalRegionScheduler()
  location: interface Server
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:45: error: cannot find symbol
                    Bukkit.getServer().getGlobalRegionScheduler().runDelayed(plugin, value -> task.run(), delay);
                                      ^
  symbol:   method getGlobalRegionScheduler()
  location: interface Server
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:63: error: cannot find symbol
                return Bukkit.getServer().getRegionScheduler().runAtFixedRate(plugin, location, value -> task.run(), delay, period);
                                         ^
  symbol:   method getRegionScheduler()
  location: interface Server
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:67: error: cannot find symbol
                return entity.getScheduler().runAtFixedRate(plugin, value -> task.run(), task, delay, period);
                             ^
  symbol:   method getScheduler()
  location: variable entity of type Entity
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:70: error: cannot find symbol
                return Bukkit.getServer().getGlobalRegionScheduler().runAtFixedRate(plugin, value -> task.run(), delay, period);
                                         ^
  symbol:   method getGlobalRegionScheduler()
  location: interface Server
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:81: error: cannot find symbol
                Bukkit.getServer().getAsyncScheduler().runNow(plugin, value -> task.run());
                                  ^
  symbol:   method getAsyncScheduler()
  location: interface Server
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:84: error: cannot find symbol
                Bukkit.getServer().getAsyncScheduler().runDelayed(plugin, value -> task.run(), (delay * 50L), TimeUnit.MILLISECONDS);
                                  ^
  symbol:   method getAsyncScheduler()
  location: interface Server
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:119: error: cannot find symbol
            if (task instanceof ScheduledTask) {
                                ^
  symbol:   class ScheduledTask
  location: class Scheduler
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:120: error: cannot find symbol
                ScheduledTask scheduledTask = (ScheduledTask) task;
                ^
  symbol:   class ScheduledTask
  location: class Scheduler
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:120: error: cannot find symbol
                ScheduledTask scheduledTask = (ScheduledTask) task;
                                               ^
  symbol:   class ScheduledTask
  location: class Scheduler
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/spigot/Spigot_v1_20.java:12: error: cannot find symbol
            return sign.getSide(Side.FRONT).getLine(line);
                                ^
  symbol:   variable Side
  location: class Spigot_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/spigot/Spigot_v1_20.java:15: error: cannot find symbol
            return sign.getSide(Side.BACK).getLine(line - 4);
                                ^
  symbol:   variable Side
  location: class Spigot_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/spigot/Spigot_v1_20.java:26: error: cannot find symbol
            sign.getSide(Side.FRONT).setLine(line, string);
                         ^
  symbol:   variable Side
  location: class Spigot_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/spigot/Spigot_v1_20.java:29: error: cannot find symbol
            sign.getSide(Side.BACK).setLine(line - 4, string);
                         ^
  symbol:   variable Side
  location: class Spigot_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/spigot/Spigot_v1_20.java:35: error: cannot find symbol
        return event.getSide().equals(Side.FRONT);
                                      ^
  symbol:   variable Side
  location: class Spigot_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/spigot/Spigot_v1_20.java:35: error: cannot find symbol
        return event.getSide().equals(Side.FRONT);
                    ^
  symbol:   method getSide()
  location: variable event of type SignChangeEvent
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/paper/Paper_v1_20.java:14: error: cannot find symbol
            return LegacyComponentSerializer.legacySection().serialize(sign.getSide(Side.FRONT).line(line));
                                                                                    ^
  symbol:   variable Side
  location: class Paper_v1_20
/home/spawnrys/CoreProtect/src/main/java/net/coreprotect/paper/Paper_v1_20.java:17: error: cannot find symbol
            return LegacyComponentSerializer.legacySection().serialize(sign.getSide(Side.BACK).line(line - 4));
                                                                                    ^
  symbol:   variable Side
  location: class Paper_v1_20
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
45 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 --info option to get more log output.
> Run with --scan to get full insights.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.2.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 2s
1 actionable task: 1 executed
commented

Hoping to finish up RC1 for Patreon release either today or tomorrow.

Public release probably a couple weeks after that assuming all goes well.

commented

Maven

spawnrys@Debian:~/CoreProtect$ mvn build -X
Apache Maven 3.8.7
Maven home: /usr/share/maven
Java version: 17.0.7, vendor: Debian, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: ru_RU, platform encoding: UTF-8
OS name: "linux", version: "6.1.0-10-amd64", arch: "amd64", family: "unix"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.annotation.* < plexus.core
[DEBUG]   Imported: javax.annotation.security.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.event.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml
[DEBUG] Reading user settings from /home/spawnrys/.m2/settings.xml
[DEBUG] Reading global toolchains from /usr/share/maven/conf/toolchains.xml
[DEBUG] Reading user toolchains from /home/spawnrys/.m2/toolchains.xml
[DEBUG] Using local repository at /home/spawnrys/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/spawnrys/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project net.coreprotect:CoreProtect:jar:21.3: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: net.coreprotect:CoreProtect:jar:21.3
[DEBUG] Tasks:   [build]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO] 
[INFO] --------------------< net.coreprotect:CoreProtect >---------------------
[INFO] Building CoreProtect 21.3
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.068 s
[INFO] Finished at: 2023-07-13T20:41:16+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Unknown lifecycle phase "build". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
org.apache.maven.lifecycle.LifecyclePhaseNotFoundException: Unknown lifecycle phase "build". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy.
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings (DefaultLifecycleExecutionPlanCalculator.java:248)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions (DefaultLifecycleExecutionPlanCalculator.java:217)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:126)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:144)
    at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan (BuilderCommon.java:98)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:111)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException
commented

Gradle build file will be updated at the next release.

Maven can be used to build the project, and is the only officially supported build method. Gradle was added as a third-party contribution, and is not something I generally test.

commented

Gradle build file will be updated at the next release.

Maven can be used to build the project, and is the only officially supported build method. Gradle was added as a third-party contribution, and is not something I generally test.

Maven also doesn't work.

commented

sorry im stupid
Thanks for the tip.
Can you tell me when will be the release with full Folia support?