mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2026-06-04 00:56:54 +00:00
Use new strategy for loading in dependencies
This commit is contained in:
@@ -1,2 +1,18 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven("https://nexus.telesphoreo.me/repository/gradle-plugins-releases/")
|
||||
maven("https://nexus.telesphoreo.me/repository/gradle-plugins-snapshots/")
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
if (requested.id.id == "dev.plex.module") {
|
||||
useModule("dev.plex:plex-modules-gradle-plugin:${requested.version}")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Module-HTTPD"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user