Skip to content

Commit

Permalink
Merge pull request #11 from SumoLogic-Labs/RE-5516
Browse files Browse the repository at this point in the history
RE-5516: Update intellij compatibility
  • Loading branch information
udit-sumo authored Aug 22, 2024
2 parents ca90c1a + 39466d3 commit f822313
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'java'
id 'org.jetbrains.intellij' version '1.15.0'
id 'org.jetbrains.intellij' version '1.17.4'
}

group 'com.sumologic'
version '1.0.6'
version '1.0.7'

repositories {
mavenCentral()
Expand All @@ -16,7 +16,7 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2023.2'
version = '2024.1.6'
plugins = ['com.intellij.java']
}

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
</tr>
</thead>
<tbody>
<tr>
<td>1.0.7</td>
<td>Updated IntelliJ IDEA dependency</td>
</tr>
<tr>
<td>1.0.6</td>
<td>Updated IntelliJ IDEA dependency</td>
Expand Down

0 comments on commit f822313

Please sign in to comment.