You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,6 +115,12 @@ To publish a package simply run:
81
115
mvn deploy
82
116
```
83
117
118
+
Or call `gradle` with task `publishAllPublicationsToGiteaRepository` in case you are using gradle:
119
+
120
+
```groovy
121
+
./gradlew publishAllPublicationsToGiteaRepository
122
+
```
123
+
84
124
If you want to publish a prebuild package to the registry, you can use [`mvn deploy:deploy-file`](https://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html):
85
125
86
126
```shell
@@ -105,6 +145,12 @@ To install a Maven package from the package registry, add a new dependency to yo
0 commit comments