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 e5be031 commit 51f3720
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 @@ -52,14 +52,10 @@ dependencies {
}

gradlePlugin {
website = metadata.url
vcsUrl = metadata.scm.get().url
plugins {
create("oci") {
id = "$group.$name"
implementationClass = "$group.$name.OciPlugin"
displayName = metadata.readableName.get()
description = project.description
tags = listOf("oci", "oci-image", "docker", "multi-arch")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ reactor-netty = { module = "io.projectreactor.netty:reactor-netty", version.ref
[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 51f3720

Please sign in to comment.