forked from jodconverter/jodconverter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
72 lines (69 loc) · 3.56 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Project Info
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
groupId=org.jodconverter
projectName=jodconverter-parent
currentVersion=4.1.0-SNAPSHOT
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Gradle plugins version
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Latest version -> https://sourceforge.net/projects/checkstyle/files/checkstyle/
checkstyleVersion=8.0
# LAtest version -> https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
coverallsVersion=2.8.1
# Latest version -> http://www.eclemma.org/jacoco/
jacocoVersion=0.7.9
# Latest version -> https://plugins.gradle.org/plugin/nebula.integtest
nebulaProjectVersion=3.4.0
# Latest version -> https://plugins.gradle.org/plugin/io.codearte.nexus-staging
nexusStagingVersion=0.9.0
# Latest version -> https://pmd.github.io/
pmdVersion=5.8.1
# Latest version -> https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless
spotlessVersion=3.4.0
# Latest version -> https://plugins.gradle.org/plugin/io.spring.dependency-management
springDependencyManagementVersion=1.0.3.RELEASE
# Latest version -> https://plugins.gradle.org/plugin/org.standardout.versioneye
versioneyeVersion=1.5.0
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Java libraries version
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Main
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
# Latest version -> https://mvnrepository.com/artifact/commons-cli/commons-cli
commonsCliVersion=1.4
# Latest version -> https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload
commonsFileUploadVersion=1.3.3
# Latest version -> https://mvnrepository.com/artifact/commons-io/commons-io
commonsIoVersion=2.5
# Latest version -> https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
commonsLang3Version=3.6
# Latest version -> https://mvnrepository.com/artifact/org.libreoffice
libreOfficeVersion=5.3.2
# Latest version -> https://mvnrepository.com/artifact/org.openoffice
openOfficeVersion=4.1.2
# Latest version -> https://mvnrepository.com/artifact/javax.servlet/servlet-api
servletApiVersion=2.5
# Latest version -> https://mvnrepository.com/artifact/org.slf4j/slf4j-api
slf4jVersion=1.7.25
# Latest version -> https://mvnrepository.com/artifact/org.springframework/spring-core
springVersion=4.3.9.RELEASE
# Latest version -> https://mvnrepository.com/artifact/org.springframework.boot/spring-boot
springBootVersion=1.5.4.RELEASE
# Latest version -> https://mvnrepository.com/artifact/org.json/json
jsonJavaVersion=20170516
# Test
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
# Latest version -> https://mvnrepository.com/artifact/org.assertj/assertj-core
#assertjVersion=3.8.0 assertj 3.x and greater requires java8
assertjVersion=2.8.0
# Latest version -> https://mvnrepository.com/artifact/nl.jqno.equalsverifier/equalsverifier
equalsverifierVersion = 2.3.1
# Latest version -> https://mvnrepository.com/artifact/com.google.code.findbugs/findbugs
findbugsVersion=3.0.1
# Latest version -> https://mvnrepository.com/artifact/junit/junit
junitVersion=4.12
# Latest version -> https://mvnrepository.com/artifact/org.mockito/mockito-all
mockitoVersion=1.10.19
# VersionEye project ID added by Gradle VersionEye plugin
versioneye.projectid=596d252e6725bd000e2d8b3b