Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
organics2016 committed Aug 14, 2024
1 parent 29bb28d commit 5b266da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# POJO to JSON Changelog

## [2.1.0]
### Fixed
- Fix https://github.com/organics2016/pojo2json/issues/40
### Changed
- Update gradle-intellij-plugin to 2.0.1
- IDEA minimum supported version 2023.3

## [2.0.6]
### Compatible
- Compatible with Idea 2024.1
Expand Down
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "ink.organics"
version = "2.0.6"
version = "2.1.0"

// Configure project's dependencies
repositories {
Expand Down Expand Up @@ -124,6 +124,10 @@ tasks {
// enabled = false
// }

buildSearchableOptions {
enabled = false
}

test {
// 这里要签出一个完整的 Intellij IC 作为JVM语言的测试环境,并且要注意版本与 version.set("2022.3") 分发环境相同 。这个配置真蠢。
// https://plugins.jetbrains.com/docs/intellij/testing-faq.html#how-to-test-a-jvm-language
Expand Down

0 comments on commit 5b266da

Please sign in to comment.