Skip to content

Commit

Permalink
Use growatt package
Browse files Browse the repository at this point in the history
  • Loading branch information
blafoo committed Oct 30, 2023
1 parent 73e2cfc commit d598e93
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
<enabled>false</enabled>
</snapshots>
</repository>

<repository>
<id>github</id>
<name>GitHub blafoo Apache Maven Packages</name>
<url>https://maven.pkg.github.com/blafoo/growatt</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencyManagement>
Expand Down

0 comments on commit d598e93

Please sign in to comment.