Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elfunesto committed Aug 26, 2024
1 parent 5e99eea commit 4a03e90
Show file tree
Hide file tree
Showing 33 changed files with 16 additions and 78 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maven-build-installer-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 21.0.3
distribution: 'temurin'
distribution: 'liberica'
java-package: jdk+fx
cache: 'maven'

- name: Import signing certificate into keychain
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/maven-build-installer-macosaarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 21.0.3
distribution: 'temurin'
distribution: 'liberica'
java-package: jdk+fx
cache: 'maven'

- name: Import signing certificate into keychain
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/maven-build-installer-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 21.0.3
distribution: 'temurin'
distribution: 'liberica'
java-package: jdk+fx
cache: 'maven'
- name: Build with Maven
run: mvn -B clean install --file RCaNconstructor/pom.xml
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/maven-build-installer-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 21.0.3
distribution: 'temurin'
distribution: 'liberica'
java-package: jdk+fx
cache: 'maven'
- name: Build with Maven
run: mvn -B clean install --file RCaNconstructor/pom.xml
Expand Down
12 changes: 0 additions & 12 deletions RCaNconstructor/linux-javafx/README.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions RCaNconstructor/mac-javafx/README.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions RCaNconstructor/macaarch64-javafx/README.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
34 changes: 8 additions & 26 deletions RCaNconstructor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

<!-- Used to set both the path to find the JavaFX modules and also the versions for Maven dependencies -->
<javafx.version>21.0.4</javafx.version>


<!-- Replace this UUID with a custom one for your project. This ID is used by the Windows installer system
to know that an installer is intended to replace/upgrade an earlier version. The easiest thing to do is
Expand All @@ -59,33 +58,18 @@
<artifactId>javafaker</artifactId>
<version>1.0.2</version>
</dependency>
<!-- Modern JavaFX Look and Feel -->
<!-- https://github.com/mkpaz/atlantafx -->
<dependency>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-base</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<!-- Javafx -->
<!-- This downloads the platform specific JavaFX libraries used by the project. -->
<!-- For the final installable, the JavaFX dependencies are provided via modules, but by including these here
they work nicely with with IDEs and other Maven plugins (e.g. the javafx:run). -->
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>${javafx.version}</version>
<classifier>${platform}</classifier>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>${javafx.version}</version>
<classifier>${platform}</classifier>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>${javafx.version}</version>
<classifier>${platform}</classifier>
</dependency>
<!-- excel java -->
<dependency>
<groupId>org.apache.poi</groupId>
Expand Down Expand Up @@ -196,8 +180,6 @@
<configuration>
<toolName>jlink</toolName>
<removeDirectories>${project.build.directory}/jvm-image/</removeDirectories>
<modulePath>${project.basedir}/${platform}-javafx/javafx-jmods-${javafx.version}/
</modulePath>
<addModules>${jvm.modules}</addModules>
<output>${project.build.directory}/jvm-image</output>
<args>
Expand Down
12 changes: 0 additions & 12 deletions RCaNconstructor/win-javafx/README.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4a03e90

Please sign in to comment.