Comment native targets out for now
Some checks failed
PRs & Pushes / build-jars (push) Failing after 1m53s
PRs & Pushes / test (push) Failing after 1m57s
PRs & Pushes / build-apidoc (push) Failing after 1m44s

This commit is contained in:
JeremyStar™ 2024-12-29 04:15:59 +01:00
parent bf992bf6c5
commit 00747f3707
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -159,9 +159,9 @@ allprojects {
// -> JVM
jvm()
// -> Native
linuxX64()
linuxArm64()
mingwX64()
//linuxX64()
//linuxArm64()
//mingwX64()
// Dependencies
sourceSets {