Skip to content

Commit 9c68e8f

Browse files
committed
chore(player): disable renaming of wrapper for better IDE compatibility
1 parent 35610f3 commit 9c68e8f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ The version should always be in sync with the [GUI](https://github.com/software-
1010
A `y` version of 0 marks the beta of the current year
1111
and likely contains breaking changes between patches.
1212

13+
### 25.0.7 Build Improvements - 2024-10
14+
- ease player template IDE import
15+
1316
### 25.0.6 Tweak Win Conditions - 2024-07-09
1417

1518
### 25.0.5 Little Fixes - 2024-07-01

player/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ tasks {
5555
}
5656
}, copySpec {
5757
from(rootDir.resolve("gradlew"), rootDir.resolve("gradlew.bat"))
58-
filter { it.replace(Regex("gradle([/\\\\])wrapper"), "lib$1gradle-wrapper") }
5958
}, copySpec {
6059
from(rootDir.resolve("gradle").resolve("wrapper"))
61-
into("lib/gradle-wrapper")
60+
into("gradle/wrapper")
6261
}, copySpec {
6362
from("src")
6463
into("src")

0 commit comments

Comments
 (0)