File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ import java.text.SimpleDateFormat
12import org.gradle.api.JavaVersion.VERSION_11
23import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
34
@@ -8,8 +9,9 @@ val semVer: String? by project
89val coroutinesVersion: String by project
910val collectionsVersion: String by project
1011val junit5Version: String by project
12+ val dateBasedVersion: String = SimpleDateFormat (" YYYY.MM" ).format(System .currentTimeMillis()) // CI proceeds the same way
1113
12- version = semVer ? : " 1.0 -SNAPSHOT"
14+ version = semVer ? : " $dateBasedVersion -SNAPSHOT"
1315
1416plugins {
1517 `java- library`
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ val pythonCommunityPluginVersion: String? by rootProject
77val pythonUltimatePluginVersion: String? by rootProject
88val sootCommitHash: String? by rootProject
99val kryoVersion: String? by rootProject
10+ val semVer: String? by rootProject
1011
1112plugins {
1213 id(" org.jetbrains.intellij" ) version " 1.7.0"
@@ -68,6 +69,7 @@ tasks {
6869 patchPluginXml {
6970 sinceBuild.set(" 212" )
7071 untilBuild.set(" 222.*" )
72+ version.set(semVer)
7173 }
7274}
7375
Original file line number Diff line number Diff line change 44 <id >org.utbot.intellij.plugin.id</id >
55 <name >UnitTestBot</name >
66 <vendor >utbot.org</vendor >
7- <!-- Do not insert, it is updated from build.gradle-->
8- <!-- <idea-version since-build="202.8194.7"/>-->
9- <version >2022.7-beta</version >
107 <depends >com.intellij.modules.platform</depends >
118 <depends >com.intellij.modules.java</depends >
129 <depends >org.jetbrains.kotlin</depends >
You can’t perform that action at this time.
0 commit comments