Comment native targets out for now
This commit is contained in:
parent
bf992bf6c5
commit
00747f3707
1 changed files with 3 additions and 3 deletions
|
@ -159,9 +159,9 @@ allprojects {
|
||||||
// -> JVM
|
// -> JVM
|
||||||
jvm()
|
jvm()
|
||||||
// -> Native
|
// -> Native
|
||||||
linuxX64()
|
//linuxX64()
|
||||||
linuxArm64()
|
//linuxArm64()
|
||||||
mingwX64()
|
//mingwX64()
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
Loading…
Reference in a new issue