Skip to content

Commit

Permalink
Fix unqualified reference to streams class
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 8, 2023
1 parent 55d38bb commit 0c13183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ test {
"${project.buildDir}/resources/test",
).stream().map {
"ae2%%" + it
}.collect(Collectors.joining(File.pathSeparator))
}.collect(java.util.stream.Collectors.joining(File.pathSeparator))
)

def fmlVersion = "1.0.16"
Expand Down

0 comments on commit 0c13183

Please sign in to comment.