-
Notifications
You must be signed in to change notification settings - Fork 221
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
Gradle 9.0: The StartParameter.settingsFile property has been deprecated. #379
Comments
Would probably also be fixed by fixing #304 |
Any news in fixing this? Thanks. |
Just updated to Gradle 8.x and got the same warning. It still works for now but at some point this might hold back updating Gradle. Great plugin otherwise 👍 |
Gradle 9.0 is coming fast. And no code commit listed in the last 2 years. Is this project still alive ? |
Honestly i cannot understand why people start projects and the suddenly abandon them. I hope this project is not dead. But no commits in 2 years is a really bad signal. |
You can't seriously imagine that personal circumstances could change in such a way that one can no longer find the time for a project that one would like to take? But perhaps the author no longer uses Gradle so there could be a huge drop regarding motivation. However, this is all speculation and has nothing to do with the problem at hand. Perhaps it is time for an "official" fork. |
My apologies to the author . My question was not ment in an offensive way. |
Well sure i can imagine because real life could always be very complicated. But when this happens then you can always try to find someone else who can continue the work. The community is usually big and people are awesome in helping. |
Ehm excuse me. Plan a transition to what exactly? Is there a similar plugin? |
I don't know, answering that question will be one of the early parts of the transition plan. |
maybe im confuse but this cannot help or is totally different task? |
Totally different, yes. :-) |
If the fix for this particular issue is just removing one line? Or this change would break some older Gradle versions? |
Dunno really if it will break older version but basically a new plugin version can be compatible with latest gradle's versions. and not every one. At least it should be. And are we sure that the plugins itself does not uses that property inside instead of projectDir property? |
There are other problems, and as I said above, the best would be to solve #304 which would also fix this one alongside. |
@Vampire yes, I agree, but it appears that this is a minor fix that can be done before #304 @Hillkorn any chance giving commit rights to @Vampire? I can help with testing. Gradle seems not pushing 9.0 soon, there is 8.8-8.10 in queue, but composite builds requested by the community, and we could work on fixing this, as well as merging PR queue. |
The StartParameter.settingsFile property has been deprecated.
This is scheduled to be removed in Gradle 9.0.
Please use 'projectDir' to specify the directory of the default project instead.
Documentation
1 usage
Plugin:net.researchgate.release
The text was updated successfully, but these errors were encountered: