Skip to content

Commit 1a467b9

Browse files
committed
updated settings.gradle.kts to master version
1 parent 5d79b45 commit 1a467b9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

settings.gradle.kts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,6 @@ pluginManagement {
2828
repositories {
2929
mavenLocal()
3030
gradlePluginPortal()
31-
maven(url = "https://jitpack.io")
32-
}
33-
34-
resolutionStrategy {
35-
eachPlugin {
36-
requested.apply {
37-
val jitpackPlugins = listOf(
38-
"com.github.jolanrensen.docProcessorGradlePlugin",
39-
)
40-
if ("$id" in jitpackPlugins) {
41-
val (_, _, user, name) = "$id".split(".", limit = 4)
42-
useModule("com.github.$user:$name:$version")
43-
}
44-
}
45-
}
4631
}
4732
}
4833
include("dataframe-excel")

0 commit comments

Comments
 (0)