diff --git a/buildSrc/src/main/kotlin/BootstrapTask.kt b/buildSrc/src/main/kotlin/BootstrapTask.kt index 4c986172b7..48274fd647 100644 --- a/buildSrc/src/main/kotlin/BootstrapTask.kt +++ b/buildSrc/src/main/kotlin/BootstrapTask.kt @@ -46,8 +46,8 @@ open class BootstrapTask @Inject constructor(@Input val type: String) : DefaultT if (it.file.name.contains(ProjectVersions.openosrsVersion)) { path = "https://github.com/open-osrs/hosting/raw/master/${type}/${it.file.name}" - } else if (it.file.name.contains("injection-annotations")) { - path = "https://github.com/open-osrs/hosting/raw/master/" + group.replace(".", "/") + "/${name}/$version/${it.file.name}" + } else if (it.file.name.contains("injection-annotations") || it.file.name.contains("rxrelay")) { + path = "https://github.com/open-osrs/hosting/raw/master/" + group.replace(".", "/") + "/${name}/$version/${it.file.name}" } else if (!group.contains("runelite")) { path = "https://repo.maven.apache.org/maven2/" + group.replace(".", "/") + "/${name}/$version/${name}-$version" if (it.classifier != null && it.classifier != "no_aop") {