Last active
February 28, 2022 08:11
-
-
Save BenjaminKlatt/e7f4d1d19d8443b8813019deda999982 to your computer and use it in GitHub Desktop.
ArchUnit Gradle Integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
testImplementation 'com.tngtech.archunit:archunit-junit5:0.23.1' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment