Skip to content

Commit

Permalink
Build on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kittylyst committed Mar 16, 2023
1 parent 94bcc9b commit 7ddb616
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@

<profiles>
<profile>
<id>default</id>
<id>mac</id>
<activation>
<activeByDefault>false</activeByDefault>
<os>
Expand All @@ -349,6 +349,18 @@
<toolsjar>${java.home}/../lib/tools.jar</toolsjar>
</properties>
</profile>
<profile>
<id>linux</id>
<activation>
<activeByDefault>false</activeByDefault>
<os>
<family>linux</family>
</os>
</activation>
<properties>
<toolsjar>${java.home}/../lib/tools.jar</toolsjar>
</properties>
</profile>
<profile>
<id>coverage</id>
<build>
Expand Down

0 comments on commit 7ddb616

Please sign in to comment.