File tree 3 files changed +4
-4
lines changed
gradle-plugin/src/main/kotlin/me/shika
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:
14
14
15
15
// plugins dsl
16
16
plugins {
17
- id "me.shika.kotlin-object-java-serialization" version "1.2 .0"
17
+ id "me.shika.kotlin-object-java-serialization" version "1.3 .0"
18
18
}
19
19
20
20
// or else
@@ -25,7 +25,7 @@ buildscript {
25
25
}
26
26
}
27
27
dependencies {
28
- classpath "me.shika:kotlin-object-java-serialization:1.2 .0"
28
+ classpath "me.shika:kotlin-object-java-serialization:1.3 .0"
29
29
}
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ allprojects {
13
13
}
14
14
15
15
group ' me.shika'
16
- version ' 1.2 .0'
16
+ version ' 1.3 .0'
17
17
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class ObjectSerializationPlugin : KotlinCompilerPluginSupportPlugin {
36
36
SubpluginArtifact (
37
37
groupId = " me.shika" ,
38
38
artifactId = " kotlin-object-java-serialization" ,
39
- version = " 1.2 .0"
39
+ version = " 1.3 .0"
40
40
)
41
41
42
42
override fun isApplicable (kotlinCompilation : KotlinCompilation <* >): Boolean =
You can’t perform that action at this time.
0 commit comments