-
Notifications
You must be signed in to change notification settings - Fork 3
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
Attempt to upgrade gradle to 2024.3 #56
base: main
Are you sure you want to change the base?
Conversation
Don't merge, this doesn't work but it does at least import properly |
I think it's probably best to just start again with a fresh project based on one of the new kotlin dsl files. I tried for a few hours to keep the groovy dsl. I've got it importing no problem but like you said the run conf stuff just doesn't work. The rider-model.jar straight up doesn't exist in the latest version and I don't know what that is so I'm unclear how to replace it, I repointed at just rd.jar but idk if that's the same thing. Even the new examples point at rider-model.jar so unless it's being generated by some other generator step I'm lost I'm afraid, it's very unclear what generates that if anything as is tradition with gradle nonsense. I'd have tried to migrate to the new one but idk what bits you added and the unity one is enormous. It's so bizzare
|
Yeah, that's what I was getting to as well. Cloning the |
It's just so strange because you can get the list of bundled plugins and none of them seem to have the needed deps, nor do the working ones add additional deps I can see it's making a custom configuration to pass through the model jar but that isn't even there on the filesystem so it feels like trying to find a dep when there's clearly a gen step I've missed is a bit of a lost cause |
I'm sure it's solvable but honestly it looks like everything's doing the kotlin route and it's probably worth just taking the hit now. The kotlin one at least has decent autocomplete assist in ide |
Yup, that's my plan. The gradle file I'm using is just what they had in their original template project so I'm more than happy to just overwrite it with the kotlin suggested one and go from there |
No description provided.