set javafx.platform property in profiles (they still can't be enabled simultaneously)

(cherry picked from commit d94e986e8ef491469d70a481ab281999cc4b1c13)
This commit is contained in:
reusedname 2025-02-09 12:48:46 +05:00
parent 792300d3a6
commit a265c309c0
1 changed files with 9 additions and 0 deletions

View File

@ -96,6 +96,9 @@
<value>win</value>
</property>
</activation>
<properties>
<javafx.platform>win</javafx.platform>
</properties>
<build>
<plugins>
<plugin>
@ -195,6 +198,9 @@
<value>linux</value>
</property>
</activation>
<properties>
<javafx.platform>linux</javafx.platform>
</properties>
<build>
<plugins>
<plugin>
@ -227,6 +233,9 @@
<value>mac</value>
</property>
</activation>
<properties>
<javafx.platform>mac</javafx.platform>
</properties>
<build>
<plugins>
<!-- <plugin> <groupId>de.perdian.maven.plugins</groupId> <artifactId>macosappbundler-maven-plugin</artifactId>