You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDKMAN seems like a useful thing, so I guess one would also want to have its configuration file in the development environment. From the documentation, there's some friction involved when using it on Windows, so I may only adopt it myself on the holiday laptop, which is Linux.
I don't tear my development environment down between tasks, as one might a Python virtual environment and re-build it from the requirements file. Those who develop using a containerised IDE might appreciate the configuration arriving with the project files. Is the idea to support that kind of working? Isn't there usually a user-specific profile too?
As things stand, though, we don't check-in configuration files for IDEs, but "support" those IDEs through .gitignore.
I notice these pin the build tool and JDK to particular micro-versions. Won't we find we're either pinned to an old version, or constantly updating this file? I think the argument is different for dependencies (JARs) that we bundle in the fat JARs or communicate in the POM, because we test with those. Even there, it is a real nuisance if it really matters exactly which versions are used.
Uh oh!
There was an error while loading. Please reload this page.
Adding a .sdkmanrc file to the Jython repo, will allow the correct latest stable versions of Ant and Java to be installed with less effort.
.sdkmanrc
Ant and Java is installed by simply running the following command:
or if the requested versions of Ant and Java are not yet localled cached
The text was updated successfully, but these errors were encountered: