Skip to content

Commit

Permalink
fixed activation of shaded profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jun 6, 2024
1 parent 01d1725 commit 5cab87f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@
<id>plain</id>
<activation>
<property>
<name>!shaded</name>
<name>shaded</name>
<value>!true</value>
</property>
</activation>
<dependencies>
Expand Down Expand Up @@ -351,6 +352,7 @@
<activation>
<property>
<name>shaded</name>
<value>true</value>
</property>
</activation>
<dependencies>
Expand Down

0 comments on commit 5cab87f

Please sign in to comment.