Skip to content

Commit

Permalink
build: add contract validator in
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Sep 4, 2021
1 parent 5a7d5af commit 9f128f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ subprojects {

dependencies {
checkstyle("ca.stellardrift:stylecheck:0.1")
annotationProcessor("ca.stellardrift:contract-validator:1.0.1") // https://github.com/zml2008/contract-validator
testImplementation("com.google.truth:truth:1.1.3")
testImplementation("com.google.truth.extensions:truth-java8-extension:1.1.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
Expand Down

0 comments on commit 9f128f2

Please sign in to comment.