Skip to content

Commit

Permalink
Update metadata plugin to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed May 18, 2024
1 parent 92dc39a commit d687852
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@ repositories {
}

gradlePlugin {
website = metadata.url
vcsUrl = metadata.scm.get().url
plugins {
create("proguard") {
id = "$group.$name"
implementationClass = "$group.$name.ProguardPlugin"
displayName = metadata.readableName.get()
description = project.description
tags = listOf("proguard", "obfuscation")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ junit-jupiter = "5.10.2"
[plugins]
pluginPublish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.5.0" }
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.6.0" }

0 comments on commit d687852

Please sign in to comment.