Skip to content

Commit 637af63

Browse files
committed
README + compatibility matrix
1 parent 6ab9ee7 commit 637af63

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# GradleUtils
2+
3+
GradleUtils is a convention plugin for Minecraft Forge. It is a set of utilities commonly used by our projects which
4+
helps us standardize our buildscripts.
5+
6+
## Compatibility
7+
8+
<!-- TODO [GradleUtils][Compatibility] If possible, make a precise compatibility matrix. -->
9+
10+
| GradleUtils | Java | Gradle |
11+
|----------------|------|--------|
12+
| 2.0.x | 8 | 7.2* |
13+
| 2.1.0 - 2.3.0 | 8 | 8.4* |
14+
| 2.3.1 - 2.3.3 | 11 | 8.4* |
15+
| 2.3.4 - 2.3.6 | 11 | 8.5* |
16+
| 2.4.0 - 2.4.9 | 17 | 8.6 |
17+
| 2.4.10 - 2.5.x | 17 | 8.1* |
18+
| 2.6.x | 17 | 7.3 |
19+
20+
\*Compatibility was not tested for this version, but this is the lowest recommended version as it was built
21+
against it.

0 commit comments

Comments
 (0)