We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432195a commit bf2e4a4Copy full SHA for bf2e4a4
build.gradle
@@ -14,7 +14,7 @@ ext {
14
protobufVersion = '3.25.7'
15
}
16
17
-task clean {}
+tasks.register('clean') {}
18
19
subprojects {
20
apply plugin: 'java'
keycloak/build.gradle
@@ -41,8 +41,3 @@ dependencies {
41
testImplementation "io.grpc:grpc-protobuf:$grpcVersion"
42
testImplementation "io.grpc:grpc-stub:$grpcVersion"
43
44
-
45
-idea.module {
46
- sourceDirs += file("${layout.buildDirectory}/generated/source/proto/main/java")
47
- sourceDirs += file("${layout.buildDirectory}/generated/source/proto/main/grpc")
48
-}
0 commit comments