We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b5528 commit f822ad3Copy full SHA for f822ad3
sonar-project.properties
@@ -0,0 +1,15 @@
1
+# Required metadata
2
+sonar.projectKey=weblogic-kubernetes-operator
3
+sonar.projectName=WebLogic Kubernetes Operator
4
+sonar.projectVersion=2.1
5
+
6
+# Comma-separated paths to directories with sources (required)
7
+sonar.sources=operator/src/main/java
8
+sonar.java.source=1.8
9
+sonar.java.binaries=operator/target/classes
10
11
+# Language
12
+sonar.language=java
13
14
+# Encoding of the source files
15
+sonar.sourceEncoding=UTF-8
0 commit comments