Skip to content

Commit 32fd87c

Browse files
authored
SONARGO-120 Fix Gradle task dependencies (#91)
1 parent 013d04b commit 32fd87c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar-go-to-slang/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ if (isCi) {
7070
inputs.files(
7171
fileTree(projectDir).matching {
7272
include("*.go")
73+
exclude("*_generated.go")
7374
}
7475
)
7576
outputs.files(reportPath)

0 commit comments

Comments
 (0)