forked from asciidoctor/asciidoctor-gradle-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
28 lines (23 loc) · 952 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
version = 3.3.2
group = org.asciidoctor
sourceCompatibility = 1.8
targetCompatibility = 1.8
copyrightYear = 2013-2021
project_description = A Gradle plugin suite that uses Asciidoctor via JRuby/Node.js to process AsciiDoc source files within the project.
project_website = https://github.com/asciidoctor/asciidoctor-gradle-plugin
project_issues = https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues
project_vcs = https://github.com/asciidoctor/asciidoctor-gradle-plugin.git
bintray_org = asciidoctor
bintray_repo = maven
bintray_dryRun = false
cglibVersion = 3.3.0
jsoupVersion = 1.13.1
spockVersion = 1.3-groovy-2.5
grolifantVersion = 0.16.1
jacocoVersion = 0.8.6
jrubyGradleVersion = 2.0.2
codenarcVersion = 1.3
nodejsGradleVersion = 0.6.2
org.gradle.daemon = true
org.gradle.parallel = true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m