This commit is contained in:
albexk 2023-11-23 14:13:38 +03:00
parent e625543b94
commit c34c3e51ea

View file

@ -5,8 +5,6 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
// for jsocks todo: remove after finish refactoring
maven("https://jitpack.io")
}
includeBuild("./gradle/plugins")
@ -18,8 +16,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
// for jsocks todo: remove after finish refactoring
maven("https://jitpack.io")
}
}