Skip to content

Commit

Permalink
chore: minor deprecation handled
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Sep 11, 2023
1 parent 2df7620 commit b728f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keycloak/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ dependencies {
}

idea.module {
sourceDirs += file("$buildDir/generated/source/proto/main/java")
sourceDirs += file("$buildDir/generated/source/proto/main/grpc")
sourceDirs += file("${layout.buildDirectory}/generated/source/proto/main/java")
sourceDirs += file("${layout.buildDirectory}/generated/source/proto/main/grpc")
}

0 comments on commit b728f60

Please sign in to comment.