Skip to content

Commit 6c40890

Browse files
committed
Update gradle build so plugin does not need rebuilt every IDE update
1 parent a00417b commit 6c40890

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "org.itrace"
8-
version = "0.2.0"
8+
version = "0.2.1"
99

1010
repositories {
1111
mavenCentral()
@@ -16,8 +16,7 @@ repositories {
1616
intellij {
1717
version.set("2024.3")
1818
type.set("IC") // Target IDE Platform
19-
20-
plugins.set(listOf(/* Plugin Dependencies */))
19+
updateSinceUntilBuild.set(false)
2120
}
2221

2322
tasks {
@@ -32,7 +31,6 @@ tasks {
3231

3332
patchPluginXml {
3433
sinceBuild.set("232")
35-
untilBuild.set("243.*")
3634
}
3735

3836
signPlugin {

0 commit comments

Comments
 (0)