Skip to content

Commit

Permalink
Merge branch 'idea2022.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
zengkid committed May 27, 2022
2 parents c646b00 + e382f52 commit db97bf6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
# SmartTomcat Changelog

## [4.2.0]
### Changed
- IDEA - upgrade intellij platformVersion to latestVersion `2202.2+`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.6.0`

## [4.1.0]
### Changed
- fixed defects
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fun properties(key: String) = project.findProperty(key).toString()

plugins {
id("java")
id("org.jetbrains.intellij") version "1.5.2"
id("org.jetbrains.intellij") version "1.6.0"
id("org.jetbrains.changelog") version "1.3.1"
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US

pluginName = SmartTomcat
pluginGroup = com.poratu.idea.plugins.tomcat
pluginVersion = 4.1.0
pluginVersion = 4.2.0

pluginSinceBuild = 193
pluginUntilBuild=

platformType = IC
platformVersion = LATEST-EAP-SNAPSHOT

javaVersion = 1.8
javaVersion = 17
gradleVersion = 7.4.2

platformPlugins = com.intellij.java
Expand Down

0 comments on commit db97bf6

Please sign in to comment.