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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:4.0.4:compile (default-compile) on project org.springframework.ide.eclipse.boot: Compilation failure: Compilation failure: Error: /home/runner/work/sts4/sts4/eclipse-extensions/org.springframework.ide.eclipse.boot/src/org/springframework/ide/eclipse/boot/core/initializr/InitializrService.java:[20] Error: import org.apache.maven.shared.utils.io.IOUtil; Error: ^^^^^^^^^^^^^^^^^^^^^^^ Error: The import org.apache.maven.shared cannot be resolved Error: /home/runner/work/sts4/sts4/eclipse-extensions/org.springframework.ide.eclipse.boot/src/org/springframework/ide/eclipse/boot/core/initializr/InitializrService.java:[86] Error: return IOUtil.toString(urlConnection.getInputStream(), "UTF8"); Error: ^^^^^^ Error: IOUtil cannot be resolved Error: [ERROR] 2 problems (2 errors)
The text was updated successfully, but these errors were encountered:
GH-1189: use apache commons io instead of maven runtime IO utils to r…
81f1668
…educe dependencies on maven runtime code
martinlippert
No branches or pull requests
The text was updated successfully, but these errors were encountered: