Skip to content

Commit

Permalink
build: Updated project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jun 1, 2023
1 parent 4cf3a3b commit 4cfbdd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
config {
info {
description = 'riot'
description = 'RIOT'
inceptionYear = '2020'
vendor = 'Redis'
tags = ['redis', 'tool', 'import', 'export', 'replication']
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sqliteVersion = 3.42.0.0
testcontainersRedisVersion = 1.6.4
testcontainersVersion = 1.18.1

org.gradle.daemon = true
org.gradle.daemon = false
org.gradle.caching = false
systemProp.file.encoding = utf-8
org.gradle.jvmargs = -Dfile.encoding=UTF-8
4 changes: 1 addition & 3 deletions plugins/riot/riot.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ dependencies {
exclude group: 'javax.annotation', module: 'javax.annotation-api'
}
implementation group: 'org.latencyutils', name: 'LatencyUtils', version: latencyutilsVersion
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation group: 'org.awaitility', name: 'awaitility', version: awaitilityVersion
testImplementation group: 'org.testcontainers', name: 'postgresql', version: testcontainersVersion
testImplementation group: 'org.testcontainers', name: 'oracle-xe', version: testcontainersVersion
Expand Down

0 comments on commit 4cfbdd2

Please sign in to comment.