Skip to content

Commit

Permalink
Fix untilBuild field
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev authored Dec 9, 2024
1 parent 3bf5d95 commit 50832c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ tasks.patchPluginXml {
it.groups[1]!!.value.replace("(?s)\r?\n".toRegex(), "<br />\n")
}.take(1).joinToString())

untilBuild.set("*") // Compatible with all future versions of the IDE
untilBuild.set("") // Compatible with all future versions of the IDE

}

Expand Down

0 comments on commit 50832c3

Please sign in to comment.