https://kotlinlang.org logo
Join Slack
Powered by
# gsoc-ij-gradle-plugin
  • k

    Ksenia Shneyveys

    05/16/2025, 11:47 AM
    https://developers.google.com/open-source/gsoc/timeline
  • j

    Jakub Chrzanowski

    05/16/2025, 12:01 PM
    • IntelliJ Platform Gradle Plugin ◦ GitHub Repository ◦ Docs ◦ Docs GH Repository • IntelliJ Plugin Verifier • IntelliJ Platform Plugin Template (useful for manual integration testing) • JetBrains Platform forum
    🖊️ 1
  • a

    alaje

    05/21/2025, 12:02 PM
    Hello @Ksenia Shneyveys, where do you think we should have the project page for our project? Should I create a personal blog post or we'll have it hosted on somewhere official? For reference, here's an example of one of the other projects hosted on Gradle Community site
  • k

    Ksenia Shneyveys

    05/21/2025, 12:51 PM
    Hi Victoria! If you‘d like to have a project page, please have it hosted on your blog 🙏
    a
    • 2
    • 1
  • a

    alaje

    05/22/2025, 8:37 AM
    @Jakub Chrzanowski I went through the VerifyPluginProjectConfigurationTask, how it is constructed, its properties, how those properties are set, and how it works. Then I made the following changes: • Added a new string property called
    testStringInTask
    to the VerifyPluginProjectConfigurationTask. • Defined an extension property in the
    IntelliJPlatformExtension
    . • Set a default value for the extension property when registering the extension. • Created a branch off the IntelliJ Platform Plugin Template's main and then modified its build file to pass a string using the top-level
    intellijPlatform
    extension block. You can find the commits for: • The IntelliJ Platform Gradle Plugin update here, and • The IntelliJ Platform Plugin Template update here
    🙌 1
  • a

    alaje

    05/28/2025, 5:40 PM
    Hello @Jakub Chrzanowski we're yet to settle on the deliverables, can we have a call to complete that this week?
  • a

    alaje

    06/02/2025, 11:03 AM
    Hello @Jakub Chrzanowski I created my first pull request to integrate the Worker API for the Verify Plugin Task.
  • a

    alaje

    07/27/2025, 5:10 AM
    Hi @Jakub Chrzanowski, I've opened a PR to integrate the Problems API into `VerifyPluginTask`: #1987. Alongside this, I’ve gone ahead to compile a document that explores the behavior and output of the Problems API. I'm on standby for your feedback. Thanks!
    👀 1