Skip to content

Commit

Permalink
refactor: Bump nebula-release and add build/ to gitignore in release …
Browse files Browse the repository at this point in the history
…approve plugin tests
  • Loading branch information
grossws committed Jul 5, 2023
1 parent ef2b1bf commit a091b34
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class ReleaseApprovePluginFunctionalTest {
projectDir.resolve("build.gradle.kts").writeText("""
plugins {
id("ws.gross.release-approve")
id("nebula.release") version "16.0.0"
id("nebula.release") version "17.2.0"
}
""".trimIndent())
Expand All @@ -183,6 +183,7 @@ class ReleaseApprovePluginFunctionalTest {
projectDir.resolve(".gitignore").writeText("""
.gradle/
remote.git/
build/
""".trimIndent())

KGit.init {
Expand Down

0 comments on commit a091b34

Please sign in to comment.