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:
14
14
15
15
// plugins dsl
16
16
plugins {
17
- id "me.shika.kotlin-object-java-serialization" version "1.0.2 "
17
+ id "me.shika.kotlin-object-java-serialization" version "1.1.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.0.2 "
28
+ classpath "me.shika:kotlin-object-java-serialization:1.1.0 "
29
29
}
30
30
}
31
31
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.gradle.plugin-publish' version ' 0.10.1 '
2
+ id ' com.gradle.plugin-publish' version ' 0.15.0 '
3
3
}
4
4
5
5
apply plugin : " java-gradle-plugin"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class ObjectSerializationSubplugin: KotlinGradleSubplugin<AbstractCompile> {
33
33
SubpluginArtifact (
34
34
groupId = " me.shika" ,
35
35
artifactId = " kotlin-object-java-serialization" ,
36
- version = " 1.0.2 "
36
+ version = " 1.1.0 "
37
37
)
38
38
39
39
override fun isApplicable (project : Project , task : AbstractCompile ): Boolean =
You can’t perform that action at this time.
0 commit comments