Skip to content

Commit

Permalink
Merge pull request #6 from mladjan-gadzic/fix-ci
Browse files Browse the repository at this point in the history
fix-ci
  • Loading branch information
mladjan-gadzic authored Dec 23, 2024
2 parents c7ecf4d + cbb0c70 commit 2fb5721
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,20 @@
</properties>
<build>
<plugins>
<!-- detect os -->
<plugin>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>${os-maven-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>detect</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
Expand Down

0 comments on commit 2fb5721

Please sign in to comment.