We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31f031 commit ac92a9aCopy full SHA for ac92a9a
build.gradle.kts
@@ -18,6 +18,10 @@ plugins {
18
group = properties("pluginGroup")
19
version = properties("pluginVersion")
20
21
+dependencies {
22
+ implementation("com.jayway.jsonpath:json-path:2.8.0")
23
+}
24
+
25
// Configure project's dependencies
26
repositories {
27
mavenCentral()
gradle.properties
@@ -3,7 +3,7 @@
3
4
pluginGroup = com.github.shyim.shopware6
5
pluginName=shopware6-phpstorm-plugin
6
-pluginVersion=0.0.38
+pluginVersion=0.0.39
7
8
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
# for insight into build numbers and IntelliJ Platform versions.
0 commit comments