forked from diffplug/spotless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
37 lines (29 loc) · 913 Bytes
/
gradle.properties
File metadata and controls
37 lines (29 loc) · 913 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
31
32
33
34
35
36
37
# 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.configuration-cache=true
org.gradle.configuration-cache.parallel=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=17
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=7.5.0.202512021534-r
VER_JUNIT=6.0.2
VER_ASSERTJ=3.27.6
VER_MOCKITO=5.21.0
VER_SELFIE=2.5.5
VER_SOLSTICE=1.8.1