Skip to content

Commit

Permalink
Merge branch '2023.1' into 2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Apr 4, 2024
2 parents 0e59375 + c949bf8 commit c622ccb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/creator/MinecraftModuleBuilder.kt
Expand Up @@ -25,7 +25,6 @@ import com.demonwav.mcdev.asset.PlatformAssets
import com.demonwav.mcdev.creator.buildsystem.BuildSystemPropertiesStep
import com.demonwav.mcdev.creator.platformtype.PlatformTypeStep
import com.demonwav.mcdev.creator.step.NewProjectWizardChainStep.Companion.nextStep
import com.demonwav.mcdev.creator.step.TemplateOutdatedStep
import com.intellij.ide.projectWizard.ProjectSettingsStep
import com.intellij.ide.util.projectWizard.WizardContext
import com.intellij.ide.wizard.AbstractNewProjectWizardBuilder
Expand Down Expand Up @@ -58,7 +57,6 @@ class MinecraftModuleBuilder : AbstractNewProjectWizardBuilder() {
.nextStep(PlatformTypeStep::create)
.nextStep(::BuildSystemPropertiesStep)
.nextStep(::ProjectSetupFinalizerWizardStep)
.nextStep(::TemplateOutdatedStep)

override fun getIgnoredSteps() = listOf(ProjectSettingsStep::class.java)
}
49 changes: 0 additions & 49 deletions src/main/kotlin/creator/step/TemplateOutdatedStep.kt

This file was deleted.

0 comments on commit c622ccb

Please sign in to comment.