Skip to content

Commit

Permalink
release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
organics2016 committed Nov 15, 2024
1 parent d5154f5 commit e4242cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# POJO to JSON Changelog

## [2.1.1]
### Compatible
- Compatible with Idea 2024.3

## [2.1.0]
### Fixed
- Fix https://github.com/organics2016/pojo2json/issues/40
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0"
version = "2.1.1"

// Configure project's dependencies
repositories {
Expand Down Expand Up @@ -133,7 +133,7 @@ tasks {
test {
// 这里要签出一个完整的 Intellij IC 作为JVM语言的测试环境,并且要注意版本与 version.set("2022.3") 分发环境相同 。这个配置真蠢。
// https://plugins.jetbrains.com/docs/intellij/testing-faq.html#how-to-test-a-jvm-language
systemProperty("idea.home.path", "D:\\IdeaProjects\\intellij-community")
systemProperty("idea.home.path", "E:\\IdeaProjects\\intellij-community")
// systemProperty("idea.home.path", project.projectDir)
// println(getSystemProperties())
}
Expand Down

0 comments on commit e4242cd

Please sign in to comment.