Skip to content

Commit

Permalink
[deps] Moved to redis-parent gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Aug 24, 2021
1 parent 78b64d9 commit f17d685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "com.redislabs.gradle:redislabs-parentbuild:$redisBuildVersion"
classpath "com.redis.gradle:redis-parentbuild:$redisBuildVersion"
classpath "org.kordamp.gradle:java-project-gradle-plugin:$kordampPluginVersion"
classpath "org.kordamp.gradle:guide-gradle-plugin:$kordampPluginVersion"
classpath "io.freefair.gradle:lombok-plugin:$lombokPluginVersion"
Expand All @@ -14,7 +14,7 @@ buildscript {
}
}

apply plugin: 'com.redislabs.gradle.redislabs-parentbuild'
apply plugin: 'com.redis.gradle.redis-parentbuild'

rootProject.name = 'riot'

Expand Down

0 comments on commit f17d685

Please sign in to comment.