Skip to content

Commit f66f7a7

Browse files
committed
Bump to 1.1.0
1 parent 53806e8 commit f66f7a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The plugin adds `readResolve` method for every object which either:
1414
1515
// plugins dsl
1616
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"
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

gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradle.plugin-publish' version '0.10.1'
2+
id 'com.gradle.plugin-publish' version '0.15.0'
33
}
44

55
apply plugin: "java-gradle-plugin"

gradle-plugin/src/main/kotlin/me/shika/ObjectSerializationSubplugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 =

0 commit comments

Comments
 (0)