Skip to content

Commit

Permalink
Workaround groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
vhemery committed Nov 26, 2024
1 parent fad72bd commit 44ed7c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion releng/target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<unit id="org.eclipse.m2e.feature.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://groovy.jfrog.io/artifactory/plugins-release/e4.24"/>
<!-- workaround as https://groovy.jfrog.io/artifactory/plugins-release/e4.24 generates very long path with Google API which make the build fail -->
<repository location="https://update-site.bonitasoft.com/p2/4.24/"/>
<unit id="org.codehaus.groovy30.feature.feature.group" version="0.0.0"/>
</location>
<location includeDependencyDepth="infinite" includeDependencyScopes="compile,runtime,system" includeSource="true" missingManifest="generate" type="Maven">
Expand Down

0 comments on commit 44ed7c6

Please sign in to comment.