Skip to content

Commit 3b0054c

Browse files
committed
version 1.0.13 publish
Signed-off-by: shalom <[email protected]>
1 parent a9a0727 commit 3b0054c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/workflows/gradle-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
uses: actions/upload-artifact@v3
4646
with:
4747
name: digma-intellij-plugin
48-
path: build/distributions/digma-intellij-1.0.12.zip
48+
path: build/distributions/digma-intellij-1.0.13.zip

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,5 @@ tasks {
199199
if (System.getenv("DIGMA_JB_INTELLIJ_PUBLISH_TOKEN") != null) {
200200
token.set(System.getenv("DIGMA_JB_INTELLIJ_PUBLISH_TOKEN"))
201201
}
202-
////channels.set(listOf("alpha"))
203202
}
204203
}

buildSrc/src/main/kotlin/plugin-library.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,12 @@ tasks{
2525
verifyPlugin{
2626
enabled = false
2727
}
28+
29+
signPlugin {
30+
enabled = false
31+
}
32+
33+
publishPlugin {
34+
enabled = false
35+
}
2836
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pluginGroup = org.digma.plugins
77
pluginName = digma-intellij
88
# SemVer format -> https://semver.org
9-
pluginVersion=1.0.12
9+
pluginVersion=1.0.13
1010

1111
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1212
# for insight into build numbers and IntelliJ Platform versions.

ide-common/src/main/java/org/digma/intellij/plugin/analytics/Environment.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ public void run(@NotNull ProgressIndicator indicator) {
7878
} else {
7979
notifyEnvironmentChanged(oldEnv, newEnv);
8080
}
81-
82-
8381
}
8482

8583

0 commit comments

Comments
 (0)