Skip to content

Commit ad2d4b9

Browse files
committed
chore: publish interface packages
1 parent 5f17240 commit ad2d4b9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

marker/js-marker/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ val vertxVersion: String by project
77
val projectVersion: String by project
88
val protocolVersion = project.properties["protocolVersion"] as String? ?: projectVersion
99

10+
group = "plus.sourceplus.interface"
11+
version = project.properties["projectVersion"] as String? ?: projectVersion
12+
1013
intellij {
1114
plugins.set(listOf("JavaScript"))
1215
}

marker/py-marker/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ val projectVersion: String by project
88
val jupiterVersion: String by project
99
val protocolVersion = project.properties["protocolVersion"] as String? ?: projectVersion
1010

11+
group = "plus.sourceplus.interface"
12+
version = project.properties["projectVersion"] as String? ?: projectVersion
13+
1114
intellij {
1215
type.set("IC")
1316
plugins.set(listOf("PythonCore:222.3739.68"))

marker/ult-marker/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ val vertxVersion: String by project
77
val projectVersion: String by project
88
val protocolVersion = project.properties["protocolVersion"] as String? ?: projectVersion
99

10+
group = "plus.sourceplus.interface"
11+
version = project.properties["projectVersion"] as String? ?: projectVersion
12+
1013
intellij {
1114
type.set("IU")
1215
}

0 commit comments

Comments
 (0)