forked from junit-team/junit5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
31 lines (26 loc) · 908 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
group = org.junit.jupiter
version = 5.2.0-SNAPSHOT
baseline = 5.1.0
platformGroup = org.junit.platform
platformVersion = 1.2.0-SNAPSHOT
platformBaseline = 1.1.0
vintageGroup = org.junit.vintage
vintageVersion = 5.2.0-SNAPSHOT
vintageBaseline = 5.1.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.9.1
degraphVersion = 0.1.4
jmhVersion = 1.20
junit4Version = 4.12
kotlinVersion = 1.2.21
log4jVersion = 2.10.0
mockitoVersion = 2.13.0
ota4jVersion = 1.0.0
shadowVersion = 2.0.2
defaultBuiltBy = JUnit Team
releaseBranch = master