Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
predic8 committed Feb 6, 2023
1 parent ff53523 commit dfdf48c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@
</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/membrane/test-actions/actions</url>
</repository>
</distributionManagement>

</project>

0 comments on commit dfdf48c

Please sign in to comment.