Running with Redirects
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group = 'io.github.skippyall'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
subprojects {
|
||||
repositories {
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven {
|
||||
name = "minebench-repo"
|
||||
url = "https://repo.minebench.de/"
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeModule("de.themoep", "minedown-adventure")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user