Skip to content

Commit

Permalink
git publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pribor committed Apr 2, 2024
1 parent 83728d7 commit c2bfb3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mvn/.gradle-enterprise/gradle-enterprise-workspace-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nb2hjn3a2zandhbtw7gftrjhce
11 changes: 10 additions & 1 deletion java/flight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,14 @@
</plugin>
</plugins>
</pluginManagement>
</build>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>gwi</name>
<url>https://maven.pkg.github.com/GlobalWebIndex/arrow</url>
</repository>
</distributionManagement>

</project>

0 comments on commit c2bfb3a

Please sign in to comment.