build: add mavenlocal to repositories

This commit is contained in:
Ushie 2023-08-14 03:40:05 +03:00
parent 7525e52fab
commit dcd5ba41cf
No known key found for this signature in database
GPG Key ID: B3AAD18842E34632

View File

@ -22,6 +22,7 @@ allprojects {
password = (project.findProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")) as String
}
}
mavenLocal()
}
}