forked from binkley/modern-java-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (30 loc) · 867 Bytes
/
gradle.properties
File metadata and controls
30 lines (30 loc) · 867 Bytes
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
# Gradle
org.gradle.jvmargs=--add-opens java.base/java.lang=ALL-UNNAMED
# Versions
assertJVersion=3.22.0
checkstyleVersion=10.0
dependencyCheckPluginVersion=7.0.3
findbugsAnnotationsVersion=3.0.1
findsecbugsPluginVersion=1.11.0
gradleWrapperVersion=7.4.1
jacocoVersion=0.8.8
jdepsPluginVersion=0.18.0
jdkVersion=17
junitVersion=5.8.2
lombokVersion=1.18.22
mainClass=demo.Application
mockitoVersion=4.4.0
modernizerPluginVersion=1.6.2
modernizerVersion=2.4.0
pitestJUnit5PluginVersion=0.15
pitestPluginVersion=1.7.4
# Cannot name this "pitestVersion" -- the plugin has a property of the same
# name, so this property needs to have a distinct name to satisfy Gradle
pitestToolVersion=1.7.3
pmdVersion=6.43.0
spotbugsPluginVersion=5.0.6
spotbugsVersion=4.6.0
systemLambdaVersion=1.2.1
taskTreePluginVersion=2.1.0
testSetsPluginVersion=4.0.0
versionsPluginVersion=0.42.0