Skip to content

Commit

Permalink
build: add auto-provisioning for JDK
Browse files Browse the repository at this point in the history
just in case
  • Loading branch information
SpaiR committed Aug 8, 2024
1 parent 7a3167c commit 6f80df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

rootProject.name = "imgui-java"
include("imgui-binding")
include("imgui-lwjgl3")
Expand Down

0 comments on commit 6f80df5

Please sign in to comment.