Skip to content

Commit c7782ce

Browse files
committed
New trigger tool
1 parent 01d4e79 commit c7782ce

File tree

773 files changed

+13788
-36871
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

773 files changed

+13788
-36871
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<attribute name="maven.pomderived" value="true"/>
2020
</attributes>
2121
</classpathentry>
22-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
22+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
2323
<attributes>
2424
<attribute name="maven.pomderived" value="true"/>
2525
</attributes>

.github/workflows/maven-java8.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
java: ['8']
14+
# Use JDK 11 to run the Modelio Maven plugin (which requires Java 11),
15+
# while the maven-compiler-plugin produces Java 8 bytecode (<release>8).
16+
java: ['11']
1517
steps:
1618
- uses: actions/checkout@v4
1719
- name: Set up JDK

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.project

Lines changed: 0 additions & 34 deletions
This file was deleted.

.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 5 deletions
This file was deleted.

.settings/org.eclipse.jdt.apt.core.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 14 deletions
This file was deleted.

.settings/org.eclipse.m2e.core.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,11 @@ Contributing
3232

3333
CI
3434
--
35-
A GitHub Actions workflow (maven-java8.yml) is included to build with Java 8 on push and pull requests.
35+
A GitHub Actions workflow (`.github/workflows/maven-java8.yml`) is included. Note:
36+
37+
- The workflow runs Maven under Java 11 so Modelio-related Maven plugins (which require
38+
a newer JDK) can execute. The project is still compiled to Java 8 bytecode via the
39+
`maven-compiler-plugin` configuration (`<release>8`).
40+
41+
This preserves runtime compatibility with Modelio 5.4.1 while allowing plugin execution
42+
that needs a newer JDK.
-937 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)