FailedConsole Output

+ ./gradlew build -PBUILD_NUMBER=5 --no-daemon
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
Download https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml
Download https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/3.0.141/ForgeGradle-3.0.141.pom
Download https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/3.0.141/ForgeGradle-3.0.141.jar

> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3_at_c078396e8be7803c6c36fd351d06abcc323b89fa

> Task :compileJava FAILED
/var/lib/jenkins/workspace/Natura_1.14/src/main/java/com/progwml6/natura/shared/NaturaCommons.java:71: error: cannot find symbol
    NaturaRegistry.tabGeneral.setDisplayIcon(new ItemStack(cotton));
                                                           ^
  symbol:   variable cotton
  location: class NaturaCommons
Note: /var/lib/jenkins/workspace/Natura_1.14/src/main/java/com/progwml6/natura/shared/block/CloudBlock.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

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.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 8s
1 actionable task: 1 executed