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 { repositories {
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 { credentials.username System.getenv('5giUserGit')
username System.getenv('5giUserGit') credentials.password System.getenv('5giPassGit')
password System.getenv('5giPassGit')
}
} }
} }
} }