Skip to content

Commit

Permalink
chore(testkit): prepare next development version of testkit-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Feb 5, 2025
1 parent 321a870 commit aa9bb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class ConventionPlugin : Plugin<Project> {
// We currently don't support publishing from CI
onlyIf("release environment") { !isCi.get() }
// Don't sign tests
onlyIf("not running tests") { !isRunningTests.get() }
// onlyIf("not running tests") { !isRunningTests.get() }

doFirst {
logger.quiet("Signing v${publishedVersion.get()}")
Expand Down
2 changes: 1 addition & 1 deletion testkit/gradle-testkit-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id("com.autonomousapps.testkit")
}

version = "0.12"
version = "0.13-SNAPSHOT"
val isSnapshot: Boolean = version.toString().endsWith("SNAPSHOT")
val isRelease: Boolean = !isSnapshot

Expand Down

0 comments on commit aa9bb1e

Please sign in to comment.