forked from junit-team/junit5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
32 lines (26 loc) · 914 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
group = org.junit
version = 5.3.0-SNAPSHOT
jupiterGroup = org.junit.jupiter
jupiterBaseline = 5.2.0
platformGroup = org.junit.platform
platformVersion = 1.3.0-SNAPSHOT
platformBaseline = 1.2.0
vintageGroup = org.junit.vintage
vintageVersion = 5.3.0-SNAPSHOT
vintageBaseline = 5.2.0
# --release release
# Compiles against the public, supported and documented API for a specific VM version.
# Supported release targets are 6, 7, 8, and 9.
# Note that if --release is added then -target and -source are ignored.
javacRelease = 8
apiGuardianVersion = 1.0.0
assertJVersion = 3.10.0
degraphVersion = 0.1.4
jmhVersion = 1.21
junit4Version = 4.12
log4jVersion = 2.11.0
mockitoVersion = 2.19.0
ota4jVersion = 1.1.0
surefireVersion = 2.22.0
defaultBuiltBy = JUnit Team
releaseBranch = master