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? {
4747}
4848
4949private fun compileBinding (sourceFilePaths : List <Path >): Path {
50- val compilationOutput = createTempDirectory()
50+ val compilationOutput = createTempDirectory(prefix = " gwkt-classes_ " )
5151
5252 val args =
5353 K2JVMCompilerArguments ().apply {
@@ -78,7 +78,7 @@ private fun compileBinding(sourceFilePaths: List<Path>): Path {
7878}
7979
8080private fun List<ActionBinding>.prepareDirectoryWithSources (): Pair <List <Path >, Path> {
81- val directory = createTempDirectory()
81+ val directory = createTempDirectory(prefix = " gwkt-sources_ " )
8282 val sourceFilePaths =
8383 this
8484 .map { binding ->
You can’t perform that action at this time.
0 commit comments