Duct-tape fix for builds since the rewrite is still not released

This commit is contained in:
Johannes Frohnmeyer 2022-08-05 13:33:39 +00:00
parent 35ffea6feb
commit 547889ce7f
2 changed files with 3 additions and 2 deletions

View File

@ -27,4 +27,4 @@ tasks.processResources {
"jvm" to project.java.targetCompatibility
)
}
}
}

View File

@ -23,6 +23,7 @@ dependencies {
implementation(project(":common"))
implementation(platform("org.lwjgl:lwjgl-bom:$lwjglVersion"))
compileOnly("org.jetbrains:annotations:23.0.0")
arrayOf("", "-opengl", "-glfw", "-tinyfd").forEach {
implementation("org.lwjgl:lwjgl$it:$lwjglVersion")
@ -69,4 +70,4 @@ publishing {
}
}
repositories.mavenLocal()
}
}