Skip to content

Commit

Permalink
Fix taikaiVersion for Gradle usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock authored Oct 6, 2024
1 parent d7940df commit f88111b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add Taikai as a dependency in your `build.gradle` file:
testImplementation "com.enofex:taikai:${taikaiVersion}"
```

Replace `${taikai.version}` with the appropriate version defined in your project. Ensure that the required dependencies like ArchUnit are already declared.
Replace `${taikaiVersion}` with the appropriate version defined in your project. Ensure that the required dependencies like ArchUnit are already declared.

## JUnit 5 Example Test

Expand Down

0 comments on commit f88111b

Please sign in to comment.