Merge pull request #3227 from open-osrs/oopsie-yet-again

This commit is contained in:
Owain van Brakel
2022-06-23 23:26:25 +02:00
committed by GitHub
3 changed files with 2 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ subprojects {
exclude("**/RoomType.java")
}
/*withType<Jar> {
withType<Jar> {
doLast {
// sign jar
if (System.getProperty("signKeyStore") != null) {
@@ -187,7 +187,7 @@ subprojects {
}
}
}
}*/
}
}
configurations.compileOnly.get().extendsFrom(configurations["annotationProcessor"])

View File

@@ -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-jshell")) {
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")) {
path = "https://repo.maven.apache.org/maven2/" + group.replace(".", "/") + "/${name}/$version/${name}-$version"
if (it.classifier != null && it.classifier != "no_aop") {

View File

@@ -92,7 +92,6 @@ dependencies {
implementation(group = "net.runelite.jocl", name = "jocl", version = "1.0")
runtimeOnly(project(":runescape-api"))
runtimeOnly(project(":injected-client"))
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-windows-amd64")