First attempt at Gitlab maven AAR publishing

This commit is contained in:
Gioacchino Mazzurco 2022-02-07 18:52:51 +01:00
parent d5c3c938ed
commit f1deb84901
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
deploy:
image: gradle:6.5-jdk11
script:
- './gradlew publish'
only:
- gitlab_maven_repo