Skip to content

Commit

Permalink
Fix "sinceBuild"
Browse files Browse the repository at this point in the history
  • Loading branch information
DCAZAYUS committed Nov 1, 2024
1 parent 0398ae5 commit 64585ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ intellijPlatform {
)
}
}

ideaVersion {
sinceBuild = providers.gradleProperty("pluginSinceBuild")
}
}

signing {
Expand Down

0 comments on commit 64585ad

Please sign in to comment.