We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebc0bb commit 33c69a1Copy full SHA for 33c69a1
1 file changed
oomph/Platform.setup
@@ -81,6 +81,12 @@
81
<requirement
82
name="org.eclipse.jgit.lfs"/>
83
</setupTask>
84
+ <setupTask
85
+ xsi:type="setup:RedirectionTask"
86
+ sourceURL="https://download.eclipse.org/egit/updates"
87
+ targetURL="https://download.eclipse.org/egit/updates-stable-nightly">
88
+ <description>Install a more recent version of EGit to avoid that the SDK uses a newer version of bouncy castle</description>
89
+ </setupTask>
90
<setupTask
91
xsi:type="setup:VariableTask"
92
name="eclipse.target.platform"
0 commit comments