Replies: 1 comment 3 replies
-
|
You can control what version is installed either by controlling what's visible, i.e, the available update sites, or via version range constraints on the requirements. You appear to be using "moving target" repository so you'll need to revisit that for sure: E.g., here we control the range to ensure that the expected version is installed though the upper bound is very loose. We also ensure that repositories that satisfy the constraints are available: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have my IDE setup here on github and every so often I add a version, latest being the 2024-12 version.
Now, I've noticed that if I build the same version twice, it does not produce the same output: newer versions of plugins are picked up as they are released... I was wondering if you have any suggestions on how to prevent this from happening. Is it possible to "freeze" specific versions of features so that even if you run the oomph setup a few months later you get the same output?
Beta Was this translation helpful? Give feedback.
All reactions