-
Notifications
You must be signed in to change notification settings - Fork 276
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
No value has been specified for property 'compilerClassPathFromMaven' in task ':instrumentCode' #752
Comments
Just for completeness: The error message also says
which indicates that the IntelliJ SDK version is not (can not be?) properly extracted from the
for the moment. At least in my case that worked. |
it happen after upgrade to 1.1.4. With 1.1.3 it works |
@halirutan Thanks. I missed seeing that message about the javac2 in the output. Your workaround fixed the issue. Although I also had to build a custom v1.1.4.1 that includes PR 747 to finally get everything working on Windows as without it I got a |
Had to downgrade to 1.1.3 and move
to
|
* gradle-intellij-plugin to 1.1.3 * JVM to 11 With these changes, the way other settings are described has changed slightly. * JetBrains/intellij-platform-gradle-plugin#703 gradle-intellij-plugin from v1.1.4 or above (at least to v1.1.6) has a bug. * JetBrains/intellij-platform-gradle-plugin#752
Fix will be available with the upcoming release. |
I also encountered this problem after upgrading to 1.1.6... |
@hsz |
Travis fails with: In plugin 'org.jetbrains.intellij' type 'org.jetbrains.intellij.tasks.IntelliJInstrumentCodeTask' property 'compilerClassPathFromMaven' doesn't have a configured value. Related issue: JetBrains/intellij-platform-gradle-plugin#752
Travis fails with: In plugin 'org.jetbrains.intellij' type 'org.jetbrains.intellij.tasks.IntelliJInstrumentCodeTask' property 'compilerClassPathFromMaven' doesn't have a configured value. Related issue: JetBrains/intellij-platform-gradle-plugin#752
After upgrading from v0.7.2 to v1.1.4, I have the following error (running on Windows with Gradle v6.8.3):
When run with
--stacktrace
, the following is provided:The text was updated successfully, but these errors were encountered: