Skip to content

Commit

Permalink
Revert "Merge branch 'development' into izaitsev/features/remove-head…
Browse files Browse the repository at this point in the history
…less"

since merges are not allowed
This reverts commit 19e1453, reversing
changes made to dae1a35.
  • Loading branch information
Hello-zoka committed Dec 5, 2024
1 parent 19e1453 commit e0a6ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val spacePassword =
System.getProperty("space.pass")?.toString() ?: project.properties["spacePassword"]?.toString() ?: ""

// the test generation module for interacting with Grazie (used when the space credentials are provided)
val grazieTestGenerationVersion = "1.0.9"
val grazieTestGenerationVersion = "1.0.5"

plugins {
// Java support
Expand Down

0 comments on commit e0a6ffd

Please sign in to comment.