Skip to content

Commit

Permalink
fix snapshot selector adding duplicates for some reason
Browse files Browse the repository at this point in the history
fun fact: CF API handles this by returning an HTTP 500 error
  • Loading branch information
Nolij committed Jan 18, 2024
1 parent 42d1b99 commit e198ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ afterEvaluate {
it.endsWith("-Snapshot")
}.filter { cfVersion ->
mcVersions.contains(cfVersion)
}
}.toHashSet()
})
}

Expand Down

0 comments on commit e198ea5

Please sign in to comment.