JetBrains / package-search-intellij-plugin

Package Search is an IntelliJ plugin that allows you to search for packages from the editor.
https://package-search.jetbrains.com/
Apache License 2.0
18 stars 2 forks source link

Fix Gradle command in test workflow #150

Closed fscarponi closed 8 months ago

fscarponi commented 8 months ago

The command used to run Gradle in the testing GitHub Action has been updated. Previously, it was using inputs for the task and options separately. Now, it uses a single input for the entire command, which increases flexibility and is easier to read and debug.