Unable to compile - DatabaseMigration
andrewkm opened this issue ยท 2 comments
Unable to compile as of (de978fc)
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/CoreProtect/src/main/java/net/coreprotect/extensions/Extensions.java:[8,9] cannot find symbol
symbol: variable DatabaseMigration
location: class net.coreprotect.extensions.Extensions
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.957 s
[INFO] Finished at: 2024-10-03T11:40:50-04:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project CoreProtect: Compilation failure
[ERROR] /var/lib/jenkins/workspace/CoreProtect/src/main/java/net/coreprotect/extensions/Extensions.java:[8,9] cannot find symbol
[ERROR] symbol: variable DatabaseMigration
[ERROR] location: class net.coreprotect.extensions.Extensions
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoFailureException
Use edadebf