Forge Config Screens [Forge & Fabric]

Forge Config Screens [Forge & Fabric]

13M Downloads

[Bug]: Gradle error when added as subrepository with `includeBuild`

stepa2 opened this issue ยท 1 comments

commented

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.20.1

Mod Version (Required)

8.0.2

Notes (Required)

To reproduce:

  1. Create empty folder
  2. Add settings.gradle with following contents:
includeBuild "ForgeConfigScreens"
  1. Clone https://github.com/Fuzss/forgeconfigscreens.git into ./ForgeConfigScreens or add it as a submodule.
    (I used commit cb5c3a1)
  2. 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

commented

It somehow fixed itself