Skip to content

Commit

Permalink
build: changed root project name
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Mar 6, 2024
1 parent 7cb523f commit 514135b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions core/testcontainers-redis/testcontainers-redis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ bootJar {
jar {
enabled = true
archiveClassifier = ''
}

eclipse {
project {
name = 'testcontainers-redis-core'
}
}
5 changes: 4 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ buildscript {

apply plugin: 'org.kordamp.gradle.kordamp-parentbuild'

rootProject.name = 'testcontainers-redis-root'
rootProject.name = 'testcontainers-redis'

projects {
directories = ['core']

plugins {
all {
id 'eclipse'
}
path(':') {
id 'org.kordamp.gradle.java-project'
}
Expand Down

0 comments on commit 514135b

Please sign in to comment.