Skip to content

Commit

Permalink
Configure all projects to depend on the @API Guardian
Browse files Browse the repository at this point in the history
Issue: #436
  • Loading branch information
sbrannen committed Sep 9, 2017
1 parent 87a4a30 commit 77c0f9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ allprojects { subproj ->
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}

dependencies {
api("org.apiguardian:apiguardian:${apiGuardianVersion}")
}

tasks.withType(Test) { task ->
task.testLogging.exceptionFormat = 'full'
}
Expand Down
21 changes: 11 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ vintageVersion = 4.12.0-SNAPSHOT
sourceCompatibility = 1.8
targetCompatibility = 1.8

assertJVersion = 3.8.0
junit4Version = 4.12
log4jVersion = 2.9.0
mockitoVersion = 2.8.47
ota4jVersion = 1.0.0-RC1
degraphVersion = 0.1.4
shadowVersion = 2.0.1
kotlinVersion = 1.1.4-2
apiGuardianVersion = 1.0.0-SNAPSHOT
assertJVersion = 3.8.0
degraphVersion = 0.1.4
junit4Version = 4.12
kotlinVersion = 1.1.4-2
log4jVersion = 2.9.0
mockitoVersion = 2.8.47
ota4jVersion = 1.0.0-RC1
shadowVersion = 2.0.1

defaultBuiltBy = JUnit Team
releaseBranch = master
defaultBuiltBy = JUnit Team
releaseBranch = master

0 comments on commit 77c0f9a

Please sign in to comment.