Skip to content

Commit 47e8e4e

Browse files
committed
Fix for test.
Signed-off-by: Marcin Kuszczak <1508798+aartiPl@users.noreply.github.com>
1 parent 147adbb commit 47e8e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/io/github/kscripting/kscript/util

src/main/kotlin/io/github/kscripting/kscript/util/FileUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ object FileUtils {
6565
}
6666
}
6767

68-
return artifacts
68+
return artifacts.sortedBy { it.leaf }
6969
}
7070
}

0 commit comments

Comments
 (0)