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
The AbstractRewriteRunMojo is not able to move Quark SourceFiles by deleting and writing their contents to the new location since the Quark charset is unknown
[INFO] Running recipe(s)...
[WARNING] File has been moved from src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension to src/main/resources/META-INF/services/jakarta.enterprise.inject.spi.Extension by:
[WARNING] org.openrewrite.jakarta.javax.BootstrappingFiles
[WARNING] org.openrewrite.RenameFile: {fileMatcher=**/javax.enterprise.inject.spi.Extension, fileName=jakarta.enterprise.inject.spi.Extension}
[WARNING] Please review and commit the results.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.679 s
[INFO] Finished at: 2022-05-17T14:56:47+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.openrewrite.maven:rewrite-maven-plugin:4.24.0:run (default-cli) on project complete-duke: Execution default-cli of goal org.openrewrite.maven:rewrite-maven-plugin:4.24.0:run failed: The contents of a quark are unknown, so the charset is unknown.
The text was updated successfully, but these errors were encountered:
pway99
changed the title
Moving Quark SourceFiles throws an exeption since the charset is unknown
Moving Quark SourceFiles throws an exception since the charset is unknown
May 23, 2022
The AbstractRewriteRunMojo is not able to move Quark SourceFiles by deleting and writing their contents to the new location since the Quark charset is unknown
The text was updated successfully, but these errors were encountered: