-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
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
'compilerClassPathFromMaven' doesn't have a configured value. #1003
Comments
please link your project, or provide at minimum your target platform type/version used |
here is my 'build.gradle.kts':
and my idea version is also 2022.1.1 |
@DemonWitch, please provide full logs. |
I have the same issue. It seems to happen time to time.
I also get the following messages before the failure:
|
Hmm... I've switched to mobile internet and it has started working. So the reason is probably that the JetBrains' resource is not accessible in some situations :( |
My Internet works fine, and any other version(1.5.3 1.4.0 and so on) can run successfully I've also switched to mobile internet but I still got this error. |
I tried to run "gradlew --refresh-dependencies" and it didn't help |
Actually it probably was just a coincidence. It may not be connected with the resources availability. I've just faced the following:
|
Thank you for providing more details on that! I'll close this issue as not reproducible, networking issue. |
Actually my last comment pointed that this is probably not networking issue, because it started working after I just enable and then disable VPN. Also please note that this issue appeared about 1-2 months ago (I'm not sure about the exact moment) and never appeared previously. However I haven't seen the issue since my last comment (about a week). |
…when resolving `java-compiler-ant-tasks` #1003
Could you please verify if the latest snapshot release fixed this issue? |
Also – which Java version do you use? |
this is definitely not a network problem. I've just encountered it locally when doing some work to update a plugin to use Intellij 2022.1 as target version and Kotlin api version to 1.6 (because Intellij 2022.1 is bundled with bundled Kotlin 1.6.20):
I'm using gradle-intellij-plugin 1.5.3 as 1.6.0 won't work due to #998 |
Seems that this problem may have been due to a previous error in which the Java process had not finished. After killing all my java processes and re-running I was able to successfully build without this problem. |
After a pretty exhaustive investigation, I have spotted two very different reasons that end up with such an error:
@SingingBush, is it possible to reproduce your case (in case it wasn't caused by any of the above issues)? A full stack trace, and running task with at least Folks, please run your tasks with the |
I've pushed a branch with the plugin updated to JDK's used are: of course being Github Action there is no mirror for maven https://github.com/intellij-dlanguage/intellij-dlanguage/actions/runs/2561940012 |
I've pushed a commit that adds |
jdk11.0.2 has this error -----other env |
I can confirm the solution. With java.net 11.0.2 I ran into this error while I didn't when I used liberica jdk 11.0.7. |
when i use 1.6.0 , and exexcute "runIde", i got this error
A problem was found with the configuration of task ':instrumentCode' (type 'IntelliJInstrumentCodeTask').
macos
arm64
The text was updated successfully, but these errors were encountered: