Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit eba162a

Browse files
committed
add sonar properties
1 parent 9c12e71 commit eba162a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

sonar-project.properties

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Required metadata
2+
sonar.projectKey=weblogic-logging-exporter
3+
sonar.projectName=WebLogic Logging Exporter
4+
sonar.projectVersion=0.1
5+
6+
# Comma-separated paths to directories with sources (required)
7+
sonar.sources=src/main/java
8+
sonar.java.source=1.8
9+
sonar.java.binaries=target/classes
10+
11+
# Language
12+
sonar.language=java
13+
14+
# Encoding of the source files
15+
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)