[Bug]: Gradle error when added as subrepository with `includeBuild`
stepa2 opened this issue ยท 1 comments
Mod Loader (Required)
Forge
Minecraft Version (Required)
1.20.1
Mod Version (Required)
8.0.2
Notes (Required)
To reproduce:
- Create empty folder
- Add
settings.gradle
with following contents:
includeBuild "ForgeConfigScreens"
- Clone
https://github.com/Fuzss/forgeconfigscreens.git
into ./ForgeConfigScreens or add it as a submodule.
(I used commit cb5c3a1) - Open ./ in IntelliJ and press Reload All Gradle Projects in Gradle tab.
I suppose :Forge
is treated as alias to :ForgeConfigScreens
for some reason.
latest.log (Optional)
https://gist.github.com/stepa2/32bc8630779fc4efcbd3f558363b62f9