-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
gradle.properties
41 lines (41 loc) · 2.41 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
####################################################################################################
### CONFIGURATION ###
####################################################################################################
root.project.name=hubdle
main.project.name=hubdle-gradle-plugin
project.group=com.javiersc.hubdle
####################################################################################################
### CODE ANALYSIS ###
####################################################################################################
analysis.qodana.projectKey=pQ681
analysis.sonar.organization=javiersc
analysis.sonar.projectKey=com.javiersc.gradle:hubdle
analysis.sonar.projectName=hubdle
####################################################################################################
### POM ###
####################################################################################################
pom.name=Hubdle
pom.description=Single entry point to configurate any kind of project
pom.url=https://github.com/JavierSegoviaCordoba/hubdle
pom.license.name=The Apache License, Version 2.0
pom.license.url=https://www.apache.org/licenses/LICENSE-2.0.txt
pom.developer.id=JavierSegoviaCordoba
pom.developer.name=Javier Segovia Cordoba
pom.scm.url=https://github.com/JavierSegoviaCordoba/hubdle
pom.scm.connection=scm:git:[email protected]:JavierSegoviaCordoba/hubdle.git
pom.scm.developerConnection=scm:git:[email protected]:JavierSegoviaCordoba/hubdle.git
####################################################################################################
### Gradle ###
####################################################################################################
kotlin.code.style=official
org.gradle.caching=true
#org.gradle.configuration-cache=true
#org.gradle.configuration-cache.problems=warn
#org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx2g
org.gradle.parallel=true
#org.gradle.unsafe.configuration-cache=true
#org.gradle.unsafe.configuration-cache-problems=warn
#org.gradle.unsafe.configuration-cache.max-problems=100
signing.gnupg.executable=gpg