Commit c8c9d22
committed
Flatten repo: move Fabric project out of source/ to the repo root
The Gradle project (build.gradle, gradlew, src/) was nested under a
source/ subfolder, so a clone got source/build.gradle instead of
build.gradle at the top level. Move everything up a level and update
the CI workflow paths to match. The old source/ folder on disk still
holds local build caches (gitignored) and can be deleted or reused.1 parent 2daa503 commit c8c9d22
30 files changed
Lines changed: 1 addition & 5 deletions
File tree
- .github/workflows
- gradle/wrapper
- src
- client
- java/net/skeleton/notebot/client
- gui
- mixin
- song
- resources
- main/resources
- assets/notebot
- lang
- test/java/net/skeleton/notebot/client/song
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | | - | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments