NeoGradle icon indicating copy to clipboard operation
NeoGradle copied to clipboard

Module in IntelliJ run configurations not pre-selected when root project name contains spaces

Open shartte opened this issue 1 year ago • 3 comments

Example:

settings.gradle: rootProject.name = 'ae2 test'

Result in the generated runs: image

Apparently, IntelliJ replaces the whitespace with an underscore in its internal project name, and the idea-ext extension does not account for this? (blergh)

shartte avatar Feb 21 '24 19:02 shartte

Oh for f sake. Alright I will patch it later today

marchermans avatar Feb 22 '24 07:02 marchermans

I really think this is a bug in idea-ext, but I find no reference to anyone reporting this previously. Hopefully this didn't change in IJ itself recently :-|

shartte avatar Feb 22 '24 07:02 shartte

I checked the the idea-ext code, this is not really something I can fix from my end. I pass in the sourceset etc. And they generate the ID.

Do you want me to create a ticket on their repo?

marchermans avatar May 19 '24 15:05 marchermans