Skip to content

Commit

Permalink
Prepare for testkit-plugin release 0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Jan 16, 2024
1 parent 401a69a commit 5908f61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions testkit/gradle-testkit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Gradle TestKit Plugin Changelog

# Version 0.9
* [chore] Update default support and truth lib versions.

# Version 0.8
* [chore] Update default support and truth lib versions.

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.9-SNAPSHOT"
version = "0.9"
val isSnapshot: Boolean = version.toString().endsWith("SNAPSHOT")
val isRelease: Boolean = !isSnapshot

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ public abstract class GradleTestKitSupportExtension(private val project: Project

internal companion object {

private const val DEFAULT_SUPPORT_VERSION = "0.14"
private const val DEFAULT_TRUTH_VERSION = "1.5"
private const val DEFAULT_SUPPORT_VERSION = "0.16"
private const val DEFAULT_TRUTH_VERSION = "1.6"

fun create(project: Project): GradleTestKitSupportExtension {
return project.extensions.create(
Expand Down

0 comments on commit 5908f61

Please sign in to comment.