Skip to content

Commit

Permalink
Update MDG and move each run to its own subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Nov 24, 2024
1 parent 174a5ab commit 316e147
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.debug=false
#org.gradle.warning.mode=fail

# renovate: net.neoforged:moddev-gradle
moddevgradle_plugin_version=2.0.46-beta
moddevgradle_plugin_version=2.0.47-beta
# renovate: io.codechicken:DiffPatch
diffpatch_version=2.0.0.35

Expand Down
3 changes: 3 additions & 0 deletions projects/base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ dependencies {

neoDev {
runs {
configureEach {
gameDirectory = layout.projectDir.dir("run/$name")
}
client {
client()
}
Expand Down
3 changes: 3 additions & 0 deletions projects/neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ dependencies {

neoDev {
runs {
configureEach {
gameDirectory = layout.projectDir.dir("run/$name")
}
client {
client()
}
Expand Down
3 changes: 3 additions & 0 deletions tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ neoDev {
}

runs {
configureEach {
gameDirectory = layout.projectDir.dir("run/$name")
}
client {
client()
}
Expand Down

0 comments on commit 316e147

Please sign in to comment.