project(gradle): Oopsie
This commit is contained in:
@@ -155,8 +155,6 @@ open class BootstrapTask @Inject constructor(@Input val type: String) : DefaultT
|
|||||||
it.file.name.contains("runelite-api") ||
|
it.file.name.contains("runelite-api") ||
|
||||||
it.file.name.contains("runelite-jshell")) {
|
it.file.name.contains("runelite-jshell")) {
|
||||||
path = "https://github.com/open-osrs/hosting/raw/master/${type}/${it.file.name}"
|
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 (!group.contains("runelite")) {
|
} else if (!group.contains("runelite")) {
|
||||||
path = "https://repo.maven.apache.org/maven2/" + group.replace(".", "/") + "/${name}/$version/${name}-$version"
|
path = "https://repo.maven.apache.org/maven2/" + group.replace(".", "/") + "/${name}/$version/${name}-$version"
|
||||||
if (it.classifier != null && it.classifier != "no_aop") {
|
if (it.classifier != null && it.classifier != "no_aop") {
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ dependencies {
|
|||||||
implementation(group = "net.runelite.jocl", name = "jocl", version = "1.0")
|
implementation(group = "net.runelite.jocl", name = "jocl", version = "1.0")
|
||||||
|
|
||||||
runtimeOnly(project(":runescape-api"))
|
runtimeOnly(project(":runescape-api"))
|
||||||
runtimeOnly(project(":injected-client"))
|
|
||||||
runtimeOnly(group = "net.runelite.pushingpixels", name = "trident", version = "1.5.00")
|
runtimeOnly(group = "net.runelite.pushingpixels", name = "trident", version = "1.5.00")
|
||||||
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20220318", classifier = "natives-linux-amd64")
|
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20220318", classifier = "natives-linux-amd64")
|
||||||
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20220318", classifier = "natives-windows-amd64")
|
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20220318", classifier = "natives-windows-amd64")
|
||||||
|
|||||||
Reference in New Issue
Block a user