We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
right now we compile using openjdk 8, this is deprecated. Trying to compile with eclipse temurin 11 shows the following error:
#16 7.593 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ncsa-common-domain: Compilation failure: Compilation failure: #16 7.594 [ERROR] /src/ncsa-common-domain/src/main/java/edu/illinois/ncsa/domain/impl/FileStorageDisk.java:[14,23] error: package javax.activation does not exist #16 7.594 [ERROR] /src/ncsa-common-domain/src/main/java/edu/illinois/ncsa/domain/impl/FileStorageDisk.java:[180,27] error: cannot find symbol
The text was updated successfully, but these errors were encountered:
No branches or pull requests
right now we compile using openjdk 8, this is deprecated. Trying to compile with eclipse temurin 11 shows the following error:
The text was updated successfully, but these errors were encountered: