project: Bump injector and rxrelay
This commit is contained in:
@@ -35,7 +35,7 @@ buildscript {
|
|||||||
dependencies {
|
dependencies {
|
||||||
classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
|
classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
|
||||||
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0")
|
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0")
|
||||||
classpath("com.openosrs:injector-plugin:1.1.0")
|
classpath("com.openosrs:injector-plugin:1.1.2")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,9 +66,17 @@ allprojects {
|
|||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
repositories {
|
repositories {
|
||||||
if (System.getenv("JITPACK") != null)
|
if (System.getenv("JITPACK") != null) {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
}
|
||||||
|
|
||||||
|
jcenter {
|
||||||
|
content {
|
||||||
|
excludeGroupByRegex("com\\.openosrs.*")
|
||||||
|
excludeGroupByRegex("com\\.runelite.*")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven {
|
maven {
|
||||||
@@ -80,7 +88,6 @@ subprojects {
|
|||||||
includeModule("com.github.petitparser", "java-petitparser")
|
includeModule("com.github.petitparser", "java-petitparser")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven(url = "https://mvnrepository.com/artifact")
|
|
||||||
|
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
@@ -105,6 +112,8 @@ subprojects {
|
|||||||
includeModule("com.openosrs.rxrelay3", "rxrelay")
|
includeModule("com.openosrs.rxrelay3", "rxrelay")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maven(url = "https://mvnrepository.com/artifact")
|
||||||
}
|
}
|
||||||
|
|
||||||
apply<JavaLibraryPlugin>()
|
apply<JavaLibraryPlugin>()
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ dependencies {
|
|||||||
implementation(group = "com.google.guava", name = "guava", version = "29.0-jre")
|
implementation(group = "com.google.guava", name = "guava", version = "29.0-jre")
|
||||||
implementation(group = "com.google.inject", name = "guice", version = "4.2.3", classifier = "no_aop")
|
implementation(group = "com.google.inject", name = "guice", version = "4.2.3", classifier = "no_aop")
|
||||||
implementation(group = "com.h2database", name = "h2", version = "1.4.200")
|
implementation(group = "com.h2database", name = "h2", version = "1.4.200")
|
||||||
implementation(group = "com.openosrs.rxrelay3", name = "rxrelay", version = "3.0.0-SNAPSHOT")
|
implementation(group = "com.openosrs.rxrelay3", name = "rxrelay", version = "3.0.1-SNAPSHOT")
|
||||||
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.6.0")
|
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.6.0")
|
||||||
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.0.3")
|
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.0.3")
|
||||||
implementation(group = "net.java.dev.jna", name = "jna", version = "5.5.0")
|
implementation(group = "net.java.dev.jna", name = "jna", version = "5.5.0")
|
||||||
|
|||||||
Reference in New Issue
Block a user