Add Jf Commons repo

This commit is contained in:
Johannes Frohnmeyer 2022-04-29 09:59:42 +00:00
parent 911f3a4152
commit 5429d2f8f9
1 changed files with 4 additions and 0 deletions

View File

@ -182,6 +182,10 @@ allprojects {
name = 'JF Gson'
url = 'https://gitlab.com/api/v4/projects/35030495/packages/maven'
}
maven {
name = 'JF Commons'
url = 'https://gitlab.com/api/v4/projects/35745143/packages/maven'
}
mavenLocal()
mavenCentral()
}