Skip to content

Commit 52e1bf5

Browse files
authored
Cleanup: Remove unused dependencies and directories Also upgrade project's versions (#448)
* Cleanup: Remove unused dependencies and directories * Update CI workflows to use Java 17 instead of Java 8 * Remove until-build restriction to allow compatibility with future IDE versions * Add YouTube video tutorial link to plugin description * Update YouTube video tutorial link in README.md * Revert YouTube link change in plugin.xml * Fix CI build: Disable Kotlin classpath snapshot to prevent heap space errors * Fix library build: Remove deprecated maven plugin
1 parent cf86389 commit 52e1bf5

File tree

70 files changed

+268
-4282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+268
-4282
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/[email protected]
2828
with:
2929
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
30-
java-version: 8
30+
java-version: 17
3131
# Java distribution. See the list of supported distributions in README file
3232
distribution: zulu
3333

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/[email protected]
3131
with:
3232
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
33-
java-version: 8
33+
java-version: 17
3434
# Java distribution. See the list of supported distributions in README file
3535
distribution: zulu
3636

@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/[email protected]
6060
with:
6161
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
62-
java-version: 8
62+
java-version: 17
6363
# Java distribution. See the list of supported distributions in README file
6464
distribution: zulu
6565

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ implementation 'com.sealwu.jsontokotlin:library:3.7.4'
2222
### Overview
2323

2424
This is a very cool tool for Kotlin developers, it can convert a JSON string to Kotlin `data class`. The tool could not only recognize the primitive types but also auto create complex types. It's easily accessible, we provide shortcut keymap `ALT + K` for Windows and `Option + K` for Mac, have a try and you'll fall in love with it! JsonToKotlinClass just makes programming more enjoyable, enjoy coding!
25-
[![image](https://user-images.githubusercontent.com/9211902/124459608-e1ff5b00-ddc0-11eb-959a-d7bce50d9233.png)](https://www.youtube.com/watch?v=lSBvHOIDAjc)
25+
[![image](https://user-images.githubusercontent.com/9211902/124459608-e1ff5b00-ddc0-11eb-959a-d7bce50d9233.png)](https://www.youtube.com/watch?v=1Qmo-CY_OdE&t=68s)
2626

2727
### Easy Use
2828
![alt text](https://plugins.jetbrains.com/files/9960/screenshot_18032.png)

api/.gitignore

-34
This file was deleted.

api/build.gradle

-36
This file was deleted.

api/gradle/wrapper/gradle-wrapper.jar

-57.8 KB
Binary file not shown.

api/gradle/wrapper/gradle-wrapper.properties

-5
This file was deleted.

api/gradlew

-185
This file was deleted.

api/gradlew.bat

-89
This file was deleted.

0 commit comments

Comments
 (0)