Skip to content

Commit bf2e4a4

Browse files
committed
chore: clean task defined in a modern way
1 parent 432195a commit bf2e4a4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
protobufVersion = '3.25.7'
1515
}
1616

17-
task clean {}
17+
tasks.register('clean') {}
1818

1919
subprojects {
2020
apply plugin: 'java'

keycloak/build.gradle

-5
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,3 @@ dependencies {
4141
testImplementation "io.grpc:grpc-protobuf:$grpcVersion"
4242
testImplementation "io.grpc:grpc-stub:$grpcVersion"
4343
}
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

Comments
 (0)