Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikaSD committed Jul 20, 2021
1 parent 53806e8 commit f66f7a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The plugin adds `readResolve` method for every object which either:
// plugins dsl
plugins {
id "me.shika.kotlin-object-java-serialization" version "1.0.2"
id "me.shika.kotlin-object-java-serialization" version "1.1.0"
}
// or else
Expand All @@ -25,7 +25,7 @@ buildscript {
}
}
dependencies {
classpath "me.shika:kotlin-object-java-serialization:1.0.2"
classpath "me.shika:kotlin-object-java-serialization:1.1.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.gradle.plugin-publish' version '0.10.1'
id 'com.gradle.plugin-publish' version '0.15.0'
}

apply plugin: "java-gradle-plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ObjectSerializationSubplugin: KotlinGradleSubplugin<AbstractCompile> {
SubpluginArtifact(
groupId = "me.shika",
artifactId = "kotlin-object-java-serialization",
version = "1.0.2"
version = "1.1.0"
)

override fun isApplicable(project: Project, task: AbstractCompile): Boolean =
Expand Down

0 comments on commit f66f7a7

Please sign in to comment.