Skip to content

Commit

Permalink
feat: Merge persistence with github-bot (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Jul 8, 2023
1 parent 5a8fe99 commit b862681
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 105 deletions.
1 change: 0 additions & 1 deletion github-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies {
implementation("io.quarkus:quarkus-micrometer-registry-prometheus")
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
implementation project(":application")
implementation project(":persistence")
implementation project(":commons")
implementation "io.quarkiverse.loggingmanager:quarkus-logging-manager:3.0.0"
}
Expand Down
26 changes: 0 additions & 26 deletions persistence/build.gradle

This file was deleted.

6 changes: 0 additions & 6 deletions persistence/gradle.properties

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'laughing-train-project'
include(':code-transformation',":commons", ":github-bot", ":application", ":infrastructure", ":persistence")
include(':code-transformation',":commons", ":github-bot", ":application")

0 comments on commit b862681

Please sign in to comment.