Skip to content

Commit 1907aab

Browse files
committed
Update some of the @deprecated calls
1 parent 8f3bd3d commit 1907aab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ tasks.register("signResources"){
543543
exclude("*.so")
544544
exclude("*.dll")
545545
}.forEach{ file ->
546-
exec {
546+
providers.exec {
547547
commandLine("codesign", "--timestamp", "--force", "--deep","--options=runtime", "--sign", "Developer ID Application", file)
548548
}
549549
}

app/utils/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1112
testImplementation(platform("org.junit:junit-bom:5.10.0"))
1213
testImplementation("org.junit.jupiter:junit-jupiter")
1314
}

0 commit comments

Comments
 (0)