gradle: Update gradle dependencies (#2795)
This commit is contained in:
@@ -35,14 +35,14 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
|
||||
classpath("com.github.ben-manes:gradle-versions-plugin:0.29.0")
|
||||
classpath("com.github.ben-manes:gradle-versions-plugin:0.31.0")
|
||||
classpath("com.openosrs:injector-plugin:1.1.5")
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.adarshr.test-logger") version "2.1.0" apply false
|
||||
id("com.github.ben-manes.versions") version "0.29.0"
|
||||
id("com.github.ben-manes.versions") version "0.31.0"
|
||||
id("se.patrikerdes.use-latest-versions") version "0.2.14"
|
||||
id("org.ajoberstar.grgit") version "4.0.2"
|
||||
id("com.simonharrer.modernizer") version "2.1.0-1" apply false
|
||||
|
||||
Reference in New Issue
Block a user