Skip to content

Commit

Permalink
Fix maven config
Browse files Browse the repository at this point in the history
  • Loading branch information
garlontas committed May 2, 2022
1 parent 662ac30 commit 791304e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
</properties>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub PickwickSoft Apache Maven Packages</name>
<url>https://maven.pkg.github.com/PickwickSoft/jheroku-keep-alive</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 791304e

Please sign in to comment.