Skip to content

Commit

Permalink
Enable publish-snapshot workflow, fix dependencies in build file.
Browse files Browse the repository at this point in the history
Renamed ".github/workflows/publish-snapshot.yml.disabled" to ".github/workflows/publish-snapshot.yml" to activate the workflow. Removed unused imports and corrected dependency configurations in "plugin/build.gradle.kts".
  • Loading branch information
fscarponi committed Nov 8, 2024
1 parent 503f2e8 commit 3b996a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import java.lang.System.getenv
import kotlin.math.max
import org.jetbrains.intellij.platform.gradle.tasks.GenerateManifestTask
import org.jetbrains.intellij.platform.gradle.tasks.PublishPluginTask
import org.jetbrains.kotlin.util.prefixIfNot


plugins {
alias(packageSearchCatalog.plugins.kotlin.jvm)
Expand Down

0 comments on commit 3b996a0

Please sign in to comment.