Skip to content

Commit

Permalink
Enable plugin support for IntelliJ 2024.x versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Jan 22, 2025
1 parent 74fa9ba commit b5d80bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks.withType(JavaCompile) {

patchPluginXml {
sinceBuild = project.sinceBuild
sinceBuild = provider { null }
untilBuild = provider { null }
}

signPlugin {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spotbugsPluginVersion=5.0.14
releasePluginVersion=2.8.0

# IntelliJ IDE Configuration
ideaVersion=2024.2
ideaVersion=2024.3

# Java Configuration
sourceCompatibility=17
Expand Down

0 comments on commit b5d80bc

Please sign in to comment.