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 @@ -47,7 +47,7 @@ internal fun ActionCoords.buildJars(types: String?): Jars? {
47
47
}
48
48
49
49
private fun compileBinding (sourceFilePaths : List <Path >): Path {
50
- val compilationOutput = createTempDirectory()
50
+ val compilationOutput = createTempDirectory(prefix = " gwkt-classes_ " )
51
51
52
52
val args =
53
53
K2JVMCompilerArguments ().apply {
@@ -78,7 +78,7 @@ private fun compileBinding(sourceFilePaths: List<Path>): Path {
78
78
}
79
79
80
80
private fun List<ActionBinding>.prepareDirectoryWithSources (): Pair <List <Path >, Path> {
81
- val directory = createTempDirectory()
81
+ val directory = createTempDirectory(prefix = " gwkt-sources_ " )
82
82
val sourceFilePaths =
83
83
this
84
84
.map { binding ->
You can’t perform that action at this time.
0 commit comments