Skip to content

Commit

Permalink
build: rename plugin artifacts
Browse files Browse the repository at this point in the history
To match A8c convention
  • Loading branch information
wzieba committed Nov 27, 2023
1 parent 0617969 commit e544815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
11 changes: 2 additions & 9 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,10 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {
}

gradlePlugin {
website.set("https://github.com/wzieba/tracks-gradle/")
vcsUrl.set("https://github.com/wzieba/tracks-gradle/")

plugins {
create("tracks.plugin") {
id = "io.github.wzieba.tracks.plugin"
create("measure-builds") {
id = "com.automattic.android.measure-builds"
implementationClass = "io.github.wzieba.tracks.plugin.BuildTimePlugin"
displayName = "Gradle plugin which reports build times to Tracks."
version = "1.2.1"
description = "Gradle plugin which reports build times to Tracks."
tags.set(listOf("automattic"))
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ pluginManagement {
}
}

include(":example", ":plugin")
rootProject.name = "measure-builds-gradle-plugin"
include(":plugin")

0 comments on commit e544815

Please sign in to comment.