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 8547824 commit 56fdb29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {

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

rootProject.name = 'lettucemod-root'
rootProject.name = 'lettucemod'

projects {
directories = ['subprojects']
Expand Down
6 changes: 6 additions & 0 deletions subprojects/lettucemod/lettucemod.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ dependencies {
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
testImplementation 'org.awaitility:awaitility'
testImplementation 'org.slf4j:slf4j-simple'
}

eclipse {
project {
name = 'lettucemod-core'
}
}

0 comments on commit 56fdb29

Please sign in to comment.