Skip to content

Commit 84311f8

Browse files
authored
Add warning about Gradle 9 (#266)
1 parent b6d5527 commit 84311f8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
![CI](https://github.com/wpilibsuite/native-utils/workflows/CI/badge.svg)
44

5+
> [!WARNING]
6+
> Gradle 9 changed the way cross compilers worked and is not compatible with Native Utils 2026 and earlier
7+
58
## DSL Documentation for Native Utils
69

710
```
@@ -212,7 +215,7 @@ nativeUtils.platformConfigs {
212215

213216
# Using custom builds
214217

215-
To use a custom build of native-utils in a robot project, the build must be published, and a GradleRIO build that uses the new version must be pulished.
218+
To use a custom build of native-utils in a robot project, the build must be published, and a GradleRIO build that uses the new version must be published.
216219

217220
1. Update the version in `build.gradle` so that native-utils won't overwrite an existing version.
218221
```

0 commit comments

Comments
 (0)