diff --git a/config.gradle b/config.gradle index 2245b33..a08645f 100644 --- a/config.gradle +++ b/config.gradle @@ -22,17 +22,17 @@ nativeUtils.wpi.addWarningsAsErrors() nativeUtils.setSinglePrintPerPlatform() model { - components { - all { - targetPlatform nativeUtils.wpi.platforms.roborio - } - } - // Uncomment this, and remove above lines to enable builds for all platforms + // Uncomment this, and remove lines below it to enable builds for just roborio // components { // all { - // nativeUtils.useAllPlatforms(it) + // targetPlatform nativeUtils.wpi.platforms.roborio // } // } + components { + all { + nativeUtils.useAllPlatforms(it) + } + } binaries { withType(NativeBinarySpec).all { nativeUtils.usePlatformArguments(it)