This repository was archived by the owner on Sep 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The plugin adds `readResolve` method for every object which either:
1414
1515// plugins dsl
1616plugins {
17- id "me.shika.kotlin-object-java-serialization" version "1.0.2 "
17+ id "me.shika.kotlin-object-java-serialization" version "1.1.0 "
1818}
1919
2020// or else
@@ -25,7 +25,7 @@ buildscript {
2525 }
2626 }
2727 dependencies {
28- classpath "me.shika:kotlin-object-java-serialization:1.0.2 "
28+ classpath "me.shika:kotlin-object-java-serialization:1.1.0 "
2929 }
3030}
3131
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.gradle.plugin-publish' version ' 0.10.1 '
2+ id ' com.gradle.plugin-publish' version ' 0.15.0 '
33}
44
55apply plugin : " java-gradle-plugin"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class ObjectSerializationSubplugin: KotlinGradleSubplugin<AbstractCompile> {
3333 SubpluginArtifact (
3434 groupId = " me.shika" ,
3535 artifactId = " kotlin-object-java-serialization" ,
36- version = " 1.0.2 "
36+ version = " 1.1.0 "
3737 )
3838
3939 override fun isApplicable (project : Project , task : AbstractCompile ): Boolean =
You can’t perform that action at this time.
0 commit comments