diff --git a/shared/ceres.gradle b/shared/ceres.gradle index 3363af74091..f2624d90840 100644 --- a/shared/ceres.gradle +++ b/shared/ceres.gradle @@ -7,7 +7,7 @@ nativeUtils { sourceClassifier = "sources" ext = "zip" version = '2.2-1' - targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms) + targetPlatforms.addAll(nativeUtils.wpi.platforms.desktopPlatforms) } } }