-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsonar-project.properties
More file actions
23 lines (16 loc) · 856 Bytes
/
sonar-project.properties
File metadata and controls
23 lines (16 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
sonar.projectName=Discord Rich Presence for Eclipse IDE
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/echebbi/eclipse-discord-integration
sonar.links.ci=https://travis-ci.org/echebbi/eclipse-discord-integration
sonar.links.scm=https://github.com/echebbi/eclipse-discord-integration
sonar.links.issue=https://github.com/echebbi/eclipse-discord-integration/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
sonar.host.url=https://sonarcloud.io
# =====================================================
# Java config
# =====================================================
sonar.java.source=8