Skip to content

Conversation

AlexandrosAlexiou
Copy link
Contributor

This PR introduces the capability to fetch the FernFlower package from the JetBrains repository since they distribute it as a separate package, rather than including it in the git repository as a jar file.

Advantages:

  • Version Management: Easier to update and specify exact versions.
  • Reduced Project Size: Keeps the project lightweight by avoiding bundling the library.
  • Build Tool Compatibility: Simplifies integration with Gradle.
  • Separation of Concerns: Keeps project code and third-party libraries modular and distinct.
@github-actions github-actions bot added the build Related to the language server's own build (including Gradle updates etc.) label Jan 20, 2025
@AlexandrosAlexiou AlexandrosAlexiou force-pushed the refactor/dependecies/decompiler branch from c178571 to 688bd88 Compare January 20, 2025 18:43
@AlexandrosAlexiou AlexandrosAlexiou force-pushed the refactor/dependecies/decompiler branch 3 times, most recently from 5506004 to 9fb2d20 Compare January 20, 2025 19:29
@AlexandrosAlexiou AlexandrosAlexiou force-pushed the refactor/dependecies/decompiler branch from 9fb2d20 to 6cf3dac Compare January 20, 2025 19:43
@fwcd
Copy link
Owner

fwcd commented Jan 20, 2025

Looks reasonable, thanks!

@fwcd fwcd merged commit dc24041 into fwcd:main Jan 20, 2025
11 checks passed
Decodetalkers pushed a commit to Decodetalkers/kotlin-language-server that referenced this pull request Jan 21, 2025
…es/decompiler refactor: use JetBrains release repository for FernFlower decompiler
Decodetalkers pushed a commit to Decodetalkers/kotlin-language-server that referenced this pull request Jan 21, 2025
…es/decompiler refactor: use JetBrains release repository for FernFlower decompiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Related to the language server's own build (including Gradle updates etc.)

2 participants