File tree 4 files changed +6
-6
lines changed
gradle-plugin/src/main/kotlin/me/shika
4 files changed +6
-6
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.5.0 "
17
+ id "me.shika.kotlin-object-java-serialization" version "1.5.1 "
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.5.0 "
28
+ classpath "me.shika:kotlin-object-java-serialization:1.5.1 "
29
29
}
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ allprojects {
11
11
}
12
12
13
13
group ' me.shika'
14
- version ' 1.5.0 '
14
+ version ' 1.5.1 '
15
15
16
16
kotlin {
17
17
jvmToolchain(11 )
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.5.0 "
39
+ version = " 1.5.1 "
40
40
)
41
41
42
42
override fun isApplicable (kotlinCompilation : KotlinCompilation <* >): Boolean =
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' org.jetbrains.kotlin.jvm'
3
3
// Use for testing maven local
4
- // id 'me.shika.kotlin-object-java-serialization' version '1.5.0 '
4
+ // id 'me.shika.kotlin-object-java-serialization' version '1.5.1 '
5
5
}
6
6
7
7
dependencies {
@@ -10,4 +10,4 @@ dependencies {
10
10
testImplementation ' junit:junit:4.13.2'
11
11
12
12
kotlinCompilerPluginClasspath project(' :kotlin-plugin' )
13
- }
13
+ }
You can’t perform that action at this time.
0 commit comments