Answers for "mcmod.info not working intellij"

0

mcmod.info not working intellij

Add in build.gradle
apply plugin: 'idea'

idea {
    module {
        inheritOutputDirs = true
    }
}

if it won't work(intellij idea), try:
1. go to settings
2. then to Build, Execution, Deployment -> Build Tools -> Gradle
3. change "Build and run using" to Intellij IDEA
Posted by: Guest on October-28-2021

Browse Popular Code Answers by Language