Skip to content

Commit

Permalink
Misc: Rename versions -> example
Browse files Browse the repository at this point in the history
  • Loading branch information
Johni0702 committed Aug 6, 2024
1 parent 0b76fa7 commit 1140bcb
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,3 @@ options.txt
usercache.json
usernamecache.json
*.txt

versions/*/tmp.srg
versions/*/api/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 4 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ include(":unstable:statev2")
include(":unstable:layoutdsl")


include(":platform")
project(":platform").apply {
projectDir = file("versions/")
include(":example")
project(":example").apply {
buildFileName = "root.gradle.kts"
}
listOf(
Expand All @@ -40,9 +39,8 @@ listOf(
"1.18.1-fabric",
"1.18.1-forge",
).forEach { version ->
include(":platform:$version")
project(":platform:$version").apply {
projectDir = file("versions/$version")
include(":example:$version")
project(":example:$version").apply {
buildFileName = "../build.gradle.kts"
}
}
Expand Down
Empty file removed versions/1.12.2-forge/.gitkeep
Empty file.
Empty file removed versions/1.15.2-forge/.gitkeep
Empty file.
Empty file removed versions/1.16.2-fabric/.gitkeep
Empty file.
Empty file removed versions/1.16.2-forge/.gitkeep
Empty file.
Empty file removed versions/1.8.9-forge/.gitkeep
Empty file.

0 comments on commit 1140bcb

Please sign in to comment.