This commit is contained in:
5gi 2022-11-08 18:56:51 -05:00
parent 78c8146fed
commit 9677f95d60

View File

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