forked from diffplug/spotless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
35 lines (27 loc) · 857 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
33
34
35
# To fix metaspace errors
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.unsafe.configuration-cache=true
name=spotless
description=Spotless - keep your code spotless with Gradle
org=diffplug
group=com.diffplug.spotless
artifactIdLib=spotless-lib
artifactIdLibExtra=spotless-lib-extra
artifactIdTestLib=spotless-testlib
# naming convention '-maven-plugin' allows mvn 'spotless:check' instead of 'spotless-plugin-maven:check'
artifactIdMaven=spotless-maven-plugin
artifactIdGradle=spotless-plugin-gradle
# Build requirements
VER_JAVA=11
VER_SPOTBUGS=4.7.3
VER_JSR_305=3.0.2
# Dependencies provided by Spotless plugin
VER_SLF4J=[1.6,2.0[
# Used in multiple places
VER_DURIAN=1.2.0
VER_JGIT=6.5.0.202303070854-r
VER_JUNIT=5.9.3
VER_ASSERTJ=3.24.2
VER_MOCKITO=5.3.1