File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ val vertxVersion: String by project
7
7
val projectVersion: String by project
8
8
val protocolVersion = project.properties[" protocolVersion" ] as String? ? : projectVersion
9
9
10
+ group = " plus.sourceplus.interface"
11
+ version = project.properties[" projectVersion" ] as String? ? : projectVersion
12
+
10
13
intellij {
11
14
plugins.set(listOf (" JavaScript" ))
12
15
}
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ val projectVersion: String by project
8
8
val jupiterVersion: String by project
9
9
val protocolVersion = project.properties[" protocolVersion" ] as String? ? : projectVersion
10
10
11
+ group = " plus.sourceplus.interface"
12
+ version = project.properties[" projectVersion" ] as String? ? : projectVersion
13
+
11
14
intellij {
12
15
type.set(" IC" )
13
16
plugins.set(listOf (" PythonCore:222.3739.68" ))
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ val vertxVersion: String by project
7
7
val projectVersion: String by project
8
8
val protocolVersion = project.properties[" protocolVersion" ] as String? ? : projectVersion
9
9
10
+ group = " plus.sourceplus.interface"
11
+ version = project.properties[" projectVersion" ] as String? ? : projectVersion
12
+
10
13
intellij {
11
14
type.set(" IU" )
12
15
}
You can’t perform that action at this time.
0 commit comments