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
Note: This is just a template, so feel free to use/remove the unnecessary things
Description
Type: Bug
Priority: Minor
Bug
Expected behavior
Compiles without any errors
Actual behavior
> mvn clean compile assembly:single
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< AWS:GameLiftAgent >--------------------------
[INFO] Building GameLiftAgent 1.0
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ GameLiftAgent ---
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ GameLiftAgent ---
[INFO] skip non existing resourceDirectory /Users/junsjang/Dev/gametech/amazon-gamelift-agent/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ GameLiftAgent ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 126 source files with javac [debug target 17] to target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.580 s
[INFO] Finished at: 2024-11-01T14:34:10+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project GameLiftAgent: Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' -> [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/MojoExecutionException
Note: This is just a template, so feel free to use/remove the unnecessary things
Description
Bug
Expected behavior
Compiles without any errors
Actual behavior
Steps to reproduce
Enhancement\Feature Request
Justification - why does the library need this feature?
Suggested enhancement
Question
The text was updated successfully, but these errors were encountered: