File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ The version should always be in sync with the [GUI](https://github.com/software-
10
10
A ` y ` version of 0 marks the beta of the current year
11
11
and likely contains breaking changes between patches.
12
12
13
+ ### 25.0.7 Build Improvements - 2024-10
14
+ - ease player template IDE import
15
+
13
16
### 25.0.6 Tweak Win Conditions - 2024-07-09
14
17
15
18
### 25.0.5 Little Fixes - 2024-07-01
Original file line number Diff line number Diff line change @@ -55,10 +55,9 @@ tasks {
55
55
}
56
56
}, copySpec {
57
57
from(rootDir.resolve(" gradlew" ), rootDir.resolve(" gradlew.bat" ))
58
- filter { it.replace(Regex (" gradle([/\\\\ ])wrapper" ), " lib$1gradle-wrapper" ) }
59
58
}, copySpec {
60
59
from(rootDir.resolve(" gradle" ).resolve(" wrapper" ))
61
- into(" lib/ gradle- wrapper" )
60
+ into(" gradle/ wrapper" )
62
61
}, copySpec {
63
62
from(" src" )
64
63
into(" src" )
You can’t perform that action at this time.
0 commit comments