Skip to content

Commit c39c88a

Browse files
authored
fix: Remove frontend directory from prepare frontend output list (#17405)
1 parent 1780978 commit c39c88a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt

-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ public class PrepareFrontendOutputProperties public constructor(project: Project
7474
return File(project.projectDir, "types.d.ts")
7575
}
7676

77-
@OutputDirectory
78-
public fun getFrontendDirectory(): File {
79-
return extension.frontendDirectory
80-
}
81-
8277
@OutputDirectory
8378
public fun getGeneratedTsFolder(): File {
8479
return extension.generatedTsFolder

0 commit comments

Comments
 (0)