Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary whitelist.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Apr 2, 2022
1 parent 60884f3 commit cb52a7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}
subprojects {
group = "com.github.cs125-illinois.questioner"
version = "2022.4.0"
version = "2022.4.1"
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_16.toString()
Expand Down
1 change: 0 additions & 1 deletion lib/src/main/kotlin/Question.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ private val sharedClassWhitelist = setOf(
"jdk.internal.reflect.",
"kotlin.reflect.jvm.",
"java.util.Iterator",
"java.util.function."
)

@Suppress("MemberVisibilityCanBePrivate", "LargeClass", "TooManyFunctions")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.4.0
version=2022.4.1

0 comments on commit cb52a7b

Please sign in to comment.