Skip to content

Commit

Permalink
fix: github package deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rejchev committed Oct 29, 2024
1 parent 97b3813 commit 1a2a0d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<encoding>UTF-8</encoding>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
Expand Down

0 comments on commit 1a2a0d8

Please sign in to comment.