Skip to content

Commit

Permalink
Rename gradle projects
Browse files Browse the repository at this point in the history
  • Loading branch information
RSwoop committed Aug 5, 2024
1 parent 2057bd2 commit 8f49f1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion forge/fg-2.1/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {
}
}

rootProject.name = 'minegasm-fg-2.1'
rootProject.name = 'forge-2.1'
rootDir.eachDir { dir ->
if (dir.name.startsWith('1.')) {
include ":${dir.name}"
Expand Down
2 changes: 1 addition & 1 deletion forge/fg-6.0/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}

rootProject.name = 'minegasm-fg-6.0'
rootProject.name = 'forge-6.0'
rootDir.eachDir { dir ->
if (dir.name.startsWith('1.')) {
include ":${dir.name}"
Expand Down
2 changes: 1 addition & 1 deletion neoforge/ng-7.0/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

rootProject.name = 'minegasm-ng-7.0'
rootProject.name = 'neoforge-7.0'
rootDir.eachDir { dir ->
if (dir.name.startsWith('1.')) {
include ":${dir.name}"
Expand Down
2 changes: 1 addition & 1 deletion simulator/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}

rootProject.name = "minegasm-simulator"
rootProject.name = "simulator"

0 comments on commit 8f49f1f

Please sign in to comment.