This repository was archived by the owner on Sep 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
gradle-plugin/src/main/kotlin/me/shika Expand file tree Collapse file tree 4 files changed +5
-5
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.4.2 "
17+ id "me.shika.kotlin-object-java-serialization" version "1.5.0 "
1818}
1919
2020// or else
@@ -25,7 +25,7 @@ buildscript {
2525 }
2626 }
2727 dependencies {
28- classpath "me.shika:kotlin-object-java-serialization:1.4.2 "
28+ classpath "me.shika:kotlin-object-java-serialization:1.5.0 "
2929 }
3030}
3131
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ allprojects {
1111 }
1212
1313 group ' me.shika'
14- version ' 1.4.2 '
14+ version ' 1.5.0 '
1515
1616 kotlin {
1717 jvmToolchain(11 )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class ObjectSerializationPlugin : KotlinCompilerPluginSupportPlugin {
3636 SubpluginArtifact (
3737 groupId = " me.shika" ,
3838 artifactId = " kotlin-object-java-serialization" ,
39- version = " 1.4.2 "
39+ version = " 1.5.0 "
4040 )
4141
4242 override fun isApplicable (kotlinCompilation : KotlinCompilation <* >): Boolean =
Original file line number Diff line number Diff line change 11plugins {
22 id ' org.jetbrains.kotlin.jvm'
33 // Use for testing maven local
4- // id 'me.shika.kotlin-object-java-serialization' version '1.4.2 '
4+ // id 'me.shika.kotlin-object-java-serialization' version '1.5.0 '
55}
66
77dependencies {
You can’t perform that action at this time.
0 commit comments