Included "epublib-core" through MavenCentral.

This commit is contained in:
acclorite 2024-07-29 18:18:43 +03:00
parent c3b3a52894
commit 2114803c22
2 changed files with 1 additions and 7 deletions

View file

@ -5,9 +5,6 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven {
url = uri("https://github.com/psiegman/mvn-repo/raw/master/releases")
}
}
}
dependencyResolutionManagement {
@ -15,9 +12,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url = uri("https://github.com/psiegman/mvn-repo/raw/master/releases")
}
}
}