Skip to content

Commit

Permalink
Support for IntelliJ 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nailujx86 committed Nov 8, 2024
1 parent 51993c6 commit f7d4ee6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {
patchPluginXml {
version = findProperty("pluginVersion")
sinceBuild = "232.1"
untilBuild = "242.*"
// untilBuild = "242.*"
def bodyMatcher = /(?s)(?<=<body>).*(?=<\/body>)/
pluginDescription = new File("metadata/description.html").text.findAll(bodyMatcher)?[0]
changeNotes = new File("metadata/changelog.html").text.findAll(bodyMatcher)?[0]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autoconfig Plugin Properties
pluginVersion = 1.0.1
pluginVersion = 1.0.2
preRelease = false
hidden = false
pluginGroup = de.gebit.plugins.autoconfig
Expand Down
4 changes: 4 additions & 0 deletions metadata/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<title>Changelog</title>
</head>
<body>
<h2>1.0.2</h2>
<ul>
<li>support intellij 2024.3</li>
</ul>
<h2>1.0.1</h2>
<ul>
<li>initial public release</li>
Expand Down

0 comments on commit f7d4ee6

Please sign in to comment.