You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
6
6
7
7
## Unreleased
8
-
- /
8
+
9
+
- added check for minimal Gradle version
10
+
- added check for minimal ModDevGradle version
11
+
- updated internal ModDevGradle version to 2.0.80
12
+
- updated minimum ModDevGradle version to 2.0.64-beta
13
+
- updated Gradle wrapper to 8.12.1
14
+
- updated minimum Gradle version to 8.12.1
15
+
- changed datagen run directory to temporary directory to avoid crashes with file-based runtime mods
16
+
- changed game test namespace to the test mod instead of the main mod
17
+
- changed game test run directory to temporary directory to improve load time
9
18
10
19
## [1.1.1] - 2024-09-16
20
+
11
21
- fixed compile error with newest ModDevGradle ([MDG#158](https://github.com/neoforged/ModDevGradle/pull/158))
12
22
13
23
## [1.1.0] - 2024-09-05
24
+
14
25
- added `localImplementation` and `testLocalImplementation` to load dependencies into compile & runtime classpath without being transitive for consumers
0 commit comments