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 a87b37f commit e2a11e5
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 @@ -40,14 +40,10 @@ dependencies {
}

gradlePlugin {
website = metadata.url
vcsUrl = metadata.scm.get().url
plugins {
create("metadata") {
id = "$group.$name"
implementationClass = "$group.$name.MetadataPlugin"
displayName = metadata.readableName.get()
description = project.description
tags = listOf("metadata", "pom", "meta-inf")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ bnd = { module = "biz.aQute.bnd:biz.aQute.bnd.gradle", version.ref = "bnd" }
[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 e2a11e5

Please sign in to comment.