Skip to content

Commit

Permalink
build: Removed java-library from demo module
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Feb 9, 2023
1 parent 74165da commit 01e5caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ projects {
id 'org.kordamp.gradle.java-project'
}
dirs(['core', 'demo']) {
id 'java-library'
id 'java'
id 'org.springframework.boot'
id 'io.spring.dependency-management'
}
path(':redis-smart-cache-jdbc') {
id 'java-library'
id 'com.github.johnrengelman.shadow'
}
path(':redis-smart-cache-test') {
Expand Down

0 comments on commit 01e5caf

Please sign in to comment.