This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
try to move from ASF's Sonarqube to sonarcloud.io
master
Stefan Bodewig
5 years ago
parent
e95251b3b5
commit
10fc578281
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
sonar-project.properties
+1
-0
sonarqube.xml
+ 1
- 0
sonar-project.properties
View File
@@ -1,4 +1,5 @@
sonar.projectKey=ant-master
sonar.organization=apache
sonar.projectName=Apache Ant
sonar.sources=src/main
sonar.tests=src/tests/junit
+ 1
- 0
sonarqube.xml
View File
@@ -2,6 +2,7 @@
<!-- gets overridden by the jenkins job -->
<property name="sonar.host.url" value="http://localhost:9000" />
<property name="sonar.login" value="xxx" />
<!-- source SonarQube project properties -->
<property file="sonar-project.properties"/>
Write
Preview
Loading…
Cancel
Save