Skip to content

Commit

Permalink
build: run functional tests on Gradle 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 14, 2023
1 parent 5c21445 commit 74f9200
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ class LWJGLPluginTest {
// See https://docs.gradle.org/current/userguide/compatibility.html
val javaVersion = JavaVersion.current()

add("8.5")

@Suppress("UnstableApiUsage")
if (javaVersion >= JavaVersion.VERSION_21) TODO()
if (javaVersion >= JavaVersion.VERSION_21) return@buildList

add("8.4")
add("8.3")
Expand Down

0 comments on commit 74f9200

Please sign in to comment.