Skip to content
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

Impossible to use DCEVM passed as JVM through jbrVersion configuration option #818

Closed
valb3r opened this issue Oct 27, 2021 · 4 comments
Closed
Assignees
Milestone

Comments

@valb3r
Copy link

valb3r commented Oct 27, 2021

It is not possible to use DCEVM-based JDK in runIde task when configuring it through jbrVersion option.
Version parser:
https://github.com/JetBrains/gradle-intellij-plugin/blob/6e5cf07b634100165f21eb039dd85ed24f32e0b6/src/main/kotlin/org/jetbrains/intellij/jbr/JbrResolver.kt#L204
does not seem to support correct prefix

@hsz hsz self-assigned this Oct 27, 2021
@hsz hsz added this to the next milestone Oct 27, 2021
@bric3
Copy link
Contributor

bric3 commented Oct 29, 2021

By the way, have you investigated the Gradle Toolchain API.

I myself hit a few issues to specify variants like fastdebug, or incubating projects like panama (gradle/gradle#18168).

It seems they are trying to address this via an updated Toolchain Specification in gradle/gradle#18555, the team behind this project should check this out.

@bric3
Copy link
Contributor

bric3 commented Nov 14, 2021

By the way in order to work the plugin should also provision the hotswap agent, right ?

Eg the one downloadable at this location: https://github.com/HotswapProjects/HotswapAgent/releases

@bric3
Copy link
Contributor

bric3 commented Dec 2, 2021

@hsz I believe this one can be closed as it was delivered in 1.3.0 ?

@hsz
Copy link
Member

hsz commented Dec 2, 2021

Right, right – housecleaning. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants