Skip to content

Commit

Permalink
Merge pull request #24 from jGauravGupta/FISH-8444-release
Browse files Browse the repository at this point in the history
FISH-8444 Upgrade component to 2024.1 and Release version 1.8.0
  • Loading branch information
jGauravGupta authored Apr 9, 2024
2 parents 2cc5a8d + b24149b commit 09c76e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
plugins {
id 'java'
id 'org.jetbrains.intellij' version '1.15.0'
id 'org.jetbrains.intellij' version '1.17.2'
}

apply plugin: 'org.jetbrains.intellij'
apply plugin: 'idea'
apply plugin: 'java'

group 'fish.payara.micro.intellij'
version '1.6.0'
version '1.7.0'

sourceCompatibility = "17"
targetCompatibility = "17"
Expand All @@ -22,15 +22,15 @@ dependencies {
}

intellij {
version = '2023.2'
version = '241.14494.240'
type = 'IC'
pluginName = 'Payara Micro'
plugins = ['java', 'maven', 'maven-model', 'gradle', 'terminal']
}

patchPluginXml {
sinceBuild = "232"
untilBuild = "233.*"
sinceBuild = "241.14494"
untilBuild = "241.*"
}

publishPlugin {
Expand Down

0 comments on commit 09c76e1

Please sign in to comment.