Skip to content

Commit

Permalink
Fix stacktrace in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jan 4, 2024
1 parent bf52e76 commit e2c2709
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/kotlin/com/replaymod/gradle/remap/util/TestData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ object TestData {
legacyCopy
}

init {
System.setProperty("idea.use.native.fs.for.win", "false")
}

val transformer = Transformer(mappings).apply {
fun findClasspathEntry(cls: String): Path {
val classFilePath = "/${cls.replace('.', '/')}.class"
Expand Down

0 comments on commit e2c2709

Please sign in to comment.