Skip to content

Commit

Permalink
Temporarily disable Forge/NeoForge subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral authored Apr 17, 2024
1 parent 433c8a9 commit 161719c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluginManagement {
}

rootProject.name = 'No-Chat-Reports'
include('forge')
project(":forge").name = "Forge"
include('neoforge')
project(":neoforge").name = "NeoForge"
//include('forge')
//project(":forge").name = "Forge"
//include('neoforge')
//project(":neoforge").name = "NeoForge"

0 comments on commit 161719c

Please sign in to comment.