Skip to content

Commit df19819

Browse files
committed
update
1 parent fc3a3db commit df19819

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ intellij {
2929
)
3030

3131
pluginName.set("Taboo Integration")
32-
updateSinceUntilBuild.set(true)
32+
updateSinceUntilBuild.set(false)
3333
}
3434

3535
kotlin {
@@ -48,6 +48,10 @@ tasks {
4848
relocate("okhttp3", "org.tabooproject.intellij.okhttp3")
4949
}
5050

51+
patchPluginXml {
52+
sinceBuild.set(properties("pluginSinceBuild"))
53+
}
54+
5155
withType<JavaCompile> {
5256
sourceCompatibility = "17"
5357
targetCompatibility = "17"

0 commit comments

Comments
 (0)