Skip to content

Commit

Permalink
Disabled until-build (again) - plugin was always injecting it
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Dobell committed Jan 16, 2023
1 parent 6670f3f commit cd26de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ intellij {
version.set(properties("platformVersion"))

downloadSources.set(properties("platformDownloadSources").toBoolean())
updateSinceUntilBuild.set(true)
updateSinceUntilBuild.set(false)

plugins.set(
properties("platformPlugins")
Expand Down Expand Up @@ -83,8 +83,6 @@ tasks {

patchPluginXml {
version.set(properties("pluginVersion"))
sinceBuild.set(properties("pluginSinceBuild"))

changeNotes.set(
provider {
changelog.getLatest().toHTML()
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
-->

<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<idea-version since-build="221" />
<id>au.com.glassechidna.luanalysis</id>
<name>Luanalysis</name>
<category>Custom Languages</category>
Expand Down

0 comments on commit cd26de0

Please sign in to comment.