We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf74b02 commit 2c8a9e1Copy full SHA for 2c8a9e1
.github/workflows/stale.yml
@@ -1,4 +1,4 @@
1
-name: Mark stale issues and pull requests
+name: Mark stale issues and PRs
2
3
on:
4
schedule:
build.gradle.kts
@@ -41,7 +41,8 @@ val appMainClass: String by project
41
42
application {
43
mainClass.set(appMainClass)
44
- val tmp = System.getProperty("java.io.tmpdir")
+
45
+ val tmp = "/tmp/" // "${System.getProperty("java.io.tmpdir")}${File.pathSeparator}"
46
applicationDefaultJvmArgs += listOf(
47
"--show-version",
48
"--enable-preview",
0 commit comments