File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ private fun generateBinding(
67
67
}
68
68
69
69
private fun compileBinding (sourceFilePaths : List <Path >): Path {
70
- val compilationOutput = createTempDirectory()
70
+ val compilationOutput = createTempDirectory(prefix = " gwkt-classes_ " )
71
71
72
72
val args =
73
73
K2JVMCompilerArguments ().apply {
@@ -98,7 +98,7 @@ private fun compileBinding(sourceFilePaths: List<Path>): Path {
98
98
}
99
99
100
100
private fun List<ActionBinding>.prepareDirectoryWithSources (): Pair <List <Path >, Path> {
101
- val directory = createTempDirectory()
101
+ val directory = createTempDirectory(prefix = " gwkt-sources_ " )
102
102
val sourceFilePaths =
103
103
this
104
104
.map { binding ->
You can’t perform that action at this time.
0 commit comments