Skip to content

Commit

Permalink
Switch to custom built py4j
Browse files Browse the repository at this point in the history
- update to py4j 0.10.9.7
- build with Java 17
- avoid installer issue
  • Loading branch information
lwrage committed Jul 13, 2023
1 parent b8b7a41 commit b85820b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/org.osate.build.target/osate2-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.py4j.feature.feature.group" version="0.0.0"/>
<repository location="https://eclipse.py4j.org"/>
<repository location="https://osate-build.sei.cmu.edu/p2/py4j"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.yakindu.base.xtext.utils.jface" version="0.0.0"/>
Expand Down
4 changes: 2 additions & 2 deletions setup/osate2_2023-03.setup
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
<repository
url="https://download.eclipse.org/ease/release/0.9.0"/>
<repository
url="https://eclipse.py4j.org"/>
url="https://osate-build.sei.cmu.edu/p2/py4j"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
Expand Down Expand Up @@ -818,7 +818,7 @@
<repository
url="https://xtexttools.libutzki.de/"/>
<repository
url="https://eclipse.py4j.org"/>
url="https://osate-build.sei.cmu.edu/p2/py4j"/>
<repository
url="https://updates.yakindu.com/statecharts/releases/3.5.9"/>
<repository
Expand Down

0 comments on commit b85820b

Please sign in to comment.