Skip to content

Commit

Permalink
🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Mar 4, 2024
1 parent d3a1814 commit 7693b27
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@

<profiles>
<profile>
<id>local (not on CI)</id>
<id>release</id>
<activation>
<file>
<exists>${basedir}/local.properties</exists>
</file>
<property>
<name>env.JITPACK</name>
<value>!true</value>
</property>
<os>
<family>mac</family>
</os>
</activation>
<build>
<plugins>
Expand All @@ -47,19 +46,7 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>

<profile>
<id>release</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<build>
<plugins>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down

0 comments on commit 7693b27

Please sign in to comment.