Skip to content

Commit 8d6ce31

Browse files
committed
chore(deps): Upgrade to org.siouan.frontend-jdk17 8.1.0
1 parent 5fc3aa9 commit 8d6ce31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

excalidraw-assets/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import java.nio.file.Files
66
import java.nio.file.Path
77

88
plugins {
9-
id("org.siouan.frontend-jdk17") version "8.0.0"
9+
id("org.siouan.frontend-jdk17") version "8.1.0"
1010
}
1111

1212
frontend {
@@ -201,11 +201,9 @@ tasks {
201201
}
202202

203203
open class YarnProxy @Inject constructor(
204-
projectLayout: ProjectLayout,
205204
objectFactory: ObjectFactory,
206205
execOperations: ExecOperations
207206
) : RunYarn(
208-
projectLayout,
209207
objectFactory,
210208
execOperations
211209
) {

0 commit comments

Comments
 (0)