forked from diffplug/spotless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
43 lines (36 loc) · 964 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
36
37
38
39
40
41
42
43
name=spotless
description=Spotless - keep your code spotless with Gradle
org=diffplug
group=com.diffplug.spotless
versionLib=1.24.0-SNAPSHOT
stableLib=1.23.0
artifactIdLib=spotless-lib
artifactIdLibExtra=spotless-lib-extra
artifactIdTestLib=spotless-testlib
versionMaven=1.24.0-SNAPSHOT
stableMaven=1.23.0
# naming convention '-maven-plugin' allows mvn 'spotless:check' instead of 'spotless-plugin-maven:check'
artifactIdMaven=spotless-maven-plugin
versionGradle=3.24.0-SNAPSHOT
stableGradle=3.23.0
artifactIdGradle=spotless-plugin-gradle
# Build requirements
VER_JAVA=1.8
VER_SPOTBUGS=3.1.6
VER_SPOTBUGS_PLUGIN=1.6.2
VER_BINTRAY=1.7.3
VER_PLUGIN_PUBLISH=0.9.7
VER_GOOMPH=3.17.4
VER_GRADLE_GIT=1.6.0
VER_PEGDOWN_DOCLET=1.3
VER_BUILDSCAN_PLUGIN=1.16
# Used in multiple places
VER_DURIAN=1.2.0
VER_JUNIT=4.12
VER_ASSERTJ=3.5.2
VER_MOCKITO=2.13.0
# Used for Maven Plugin
VER_MAVEN_API=3.0
VER_ECLIPSE_AETHER=1.1.0
VER_MUSTACHE=0.9.5
VER_PLEXUS_RESOURCES=1.0.1