Skip to content

Commit

Permalink
build(gradle): Support IntelliJ 2023.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Oct 17, 2023
1 parent 79f6556 commit 6e9ee6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions metadata-models/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
}
}
api project(':li-utils')
api project(path: ':li-utils', configuration: "dataTemplate")
dataModel project(':li-utils')

compileOnly externalDependency.lombok
Expand Down
2 changes: 1 addition & 1 deletion metadata-service/restli-servlet-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation externalDependency.dropwizardMetricsCore
implementation externalDependency.dropwizardMetricsJmx

compileOnly externalDependency.lombok
implementation externalDependency.lombok
implementation externalDependency.neo4jJavaDriver
implementation externalDependency.opentelemetryAnnotations

Expand Down

0 comments on commit 6e9ee6c

Please sign in to comment.