Skip to content

Commit

Permalink
prepare next release (#367)
Browse files Browse the repository at this point in the history
* prepare next release
  • Loading branch information
cdsap committed Sep 15, 2023
1 parent f7db004 commit ea84fa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.github.cdsap.talaiot.buildplugins

object Constants {
const val TALAIOT_VERSION = "2.0.0-SNAPSHOT"
const val TALAIOT_VERSION = "2.0.1-SNAPSHOT"
const val DEFAULT_GROUP_PLUGIN = "io.github.cdsap.talaiot.plugin"
const val DEFAULT_GROUP_LIBRARY = "io.github.cdsap.talaiot"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ fun Project.setUpGradlePublishing() {
plugins {
register(project.name) {
id = extension.idPlugin
displayName = extension.displayName
implementationClass = extension.mainClass
description =
"${extension.displayName}, simple and extensible plugin to track task and build times in your Gradle Project."
}
}
}

configure<PluginBundleExtension> {
website = "https://github.com/cdsap/Talaiot"
vcsUrl = "https://github.com/cdsap/Talaiot"
description =
"${extension.displayName}, simple and extensible plugin to track task and build times in your Gradle Project."
tags = listOf("tracking", "kotlin", "gradle")
tags = listOf("tracking", "kotlin")
}


Expand Down

0 comments on commit ea84fa8

Please sign in to comment.