Add mavenLocal repository as last option

This commit is contained in:
Johannes Frohnmeyer 2022-08-28 09:07:22 +00:00
parent 0934cec7d4
commit 2d421de9ae
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ buildscript {
url = 'https://gitlab.com/api/v4/projects/25805200/packages/maven'
}
}
mavenLocal()
}
dependencies {
@ -189,8 +190,8 @@ allprojects {
name = 'JF FLoader'
url = 'https://gitlab.com/api/v4/projects/36014652/packages/maven'
}
mavenLocal()
mavenCentral()
mavenLocal()
}
configurations {