add maven repo and increment injector dep version

This commit is contained in:
Lucwousin
2020-06-28 17:02:21 +02:00
parent c314b42744
commit 934fad63b5

View File

@@ -29,13 +29,13 @@ import org.ajoberstar.grgit.Grgit
buildscript { buildscript {
repositories { repositories {
gradlePluginPortal() gradlePluginPortal()
mavenLocal() maven(url = "https://repo.openosrs.com/repository/maven/")
maven(url = "https://raw.githubusercontent.com/open-osrs/hosting/master") maven(url = "https://raw.githubusercontent.com/open-osrs/hosting/master")
} }
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.3") classpath("com.openosrs:injector-plugin:1.1.4")
} }
} }