note: ktfmt removed their maven setup in https://github.com/facebook/ktfmt/commit/81277c3359d082cd5f3630a786a7b18c5bb11acf
19 lines
790 B
Diff
19 lines
790 B
Diff
# the :idea_plugin is problematic on both darwin and linux, so just skip building it as we only care about the CLI in this package anyway.
|
|
#
|
|
# darwin: it depends on the builtin hdiutil executable on darwin, which is not packaged yet.
|
|
# linux: it errors with "Could not resolve all files for configuration ':idea_plugin:intellijPlatformClasspath'. > Could not find idea:ideaIC:2022.3."
|
|
|
|
diff --git a/settings.gradle.kts b/settings.gradle.kts
|
|
index ea48f26..52fe28e 100644
|
|
--- a/settings.gradle.kts
|
|
+++ b/settings.gradle.kts
|
|
@@ -26,8 +26,6 @@ project(":ktfmt").projectDir = file("core")
|
|
|
|
project(":lambda").projectDir = file("online_formatter")
|
|
|
|
-project(":idea_plugin").projectDir = file("ktfmt_idea_plugin")
|
|
-
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|