File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ assertJ = "3.20.2" # Upgrading leads to SAM errors: https://youtrack.jetbrains.c
4
4
awsSdk = " 2.17.292"
5
5
commonmark = " 0.17.1"
6
6
detekt = " 1.21.0"
7
- intellijGradle = " 1.10.0-SNAPSHOT "
7
+ intellijGradle = " 1.10.0"
8
8
intellijRemoteRobot = " 0.11.16"
9
9
jackson = " 2.13.3"
10
10
jacoco = " 0.8.8"
Original file line number Diff line number Diff line change @@ -102,6 +102,16 @@ tasks.prepareSandbox {
102
102
}
103
103
}
104
104
105
+ tasks.buildPlugin {
106
+ val classifier = if (archiveClassifier.get().isNullOrBlank()) {
107
+ " GW"
108
+ } else {
109
+ " ${archiveClassifier.get()} -GW"
110
+ }
111
+
112
+ archiveClassifier.set(classifier)
113
+ }
114
+
105
115
val publishToken: String by project
106
116
val publishChannel: String by project
107
117
tasks.publishPlugin {
You can’t perform that action at this time.
0 commit comments