This commit is contained in:
5gi 2022-11-08 18:55:32 -05:00
parent 13155c9112
commit 78c8146fed

View File

@ -30,11 +30,9 @@ publishing {
repositories {
maven {
name 'gitea'
url "https://git.nevets.tech/api/packages/5gi/maven"
credentials {
username System.getenv('5giUserGit')
password System.getenv('5giPassGit')
}
url "https://git.nevets.tech/api/packages/5gi/maven/"
credentials.username System.getenv('5giUserGit')
credentials.password System.getenv('5giPassGit')
}
}
}