-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
29 lines (25 loc) · 1.01 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
# NightlyTestsPlugin:
# ==================
# Plugin general information
plugin.name=NightlyTestsPlugin
plugin.displayName=Plugin to enable tests to only run nightly
plugin.description=A plugin to enable (j)Unit tests to be executed only on a dedicated nightly build server
plugin.url=https://github.com/VISUS-Health-IT-GmbH/NightlyTestsPlugin
plugin.git=https://github.com/VISUS-Health-IT-GmbH/NightlyTestsPlugin.git
plugin.tags="jUnit,nightly build,automation
plugin.group=com.visus.infrastructure
plugin.id=com.visus.infrastructure.nightlytests
plugin.class=com.visus.infrastructure.NightlyTestsPlugin
plugin.version=1.0.1-pre
# SonarQube
systemProp.sonar.projectKey=VISUS-Health-IT-GmbH_NightlyTestsPlugin
systemProp.sonar.organization=visus-health-it-gmbh
systemProp.sonar.host.url=https://sonarcloud.io
# Gradle properties
org.gradle.caching=true
org.gradle.console=auto
org.gradle.logging.level=warn
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx1024m -XX:MaxMetaspaceSize=512m
# Kotlin properties
kotlin.code.style=official