Skip to content

Commit

Permalink
removed javafx-platform property for non-maven shaded jars
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhocodes committed Sep 22, 2021
1 parent 46a8258 commit 458cf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>project-classifier</shadedClassifierName>
<outputFile>target/jitwatch-ui-${project.version}-shaded-${javafx.platform}.jar</outputFile>
<outputFile>target/jitwatch-ui-${project.version}-shaded.jar</outputFile>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>${main.class}</mainClass>
Expand Down

0 comments on commit 458cf0b

Please sign in to comment.