This repository was archived by the owner on Apr 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ dist : xenial
1
2
language : java
2
3
sudo : false
3
4
install : true
7
8
organization : " lequal"
8
9
9
10
jdk :
10
- - oraclejdk8
11
+ - openjdk11
11
12
12
13
script :
13
14
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
Original file line number Diff line number Diff line change 5
5
<groupId >fr.cnes.sonar.plugins.python</groupId >
6
6
<artifactId >sonar-cnes-python-plugin</artifactId >
7
7
<packaging >sonar-plugin</packaging >
8
- <version >1.2 </version >
8
+ <version >1.3 </version >
9
9
10
10
<name >SonarQube CNES Python Plugin</name >
11
11
<description >CNES plugin for SonarQube that provides further rules to check to Pylint using Pylint CNES Checker Plugin.</description >
17
17
<jdk .min.version>1.8</jdk .min.version>
18
18
<pluginUrl >https://cnes.fr</pluginUrl >
19
19
<pluginOrganizationName >CNES</pluginOrganizationName >
20
- <jacoco .version>0.7.9 </jacoco .version>
20
+ <jacoco .version>0.8.5 </jacoco .version>
21
21
</properties >
22
22
23
23
<licenses >
34
34
<name >Benoît Garçon</name >
35
35
<organization >CNES</organization >
36
36
</developer >
37
+ <developer >
38
+ <id >Sancretor</id >
39
+ <name >Alexis Chatillon</name >
40
+ <organization >CNES</organization >
41
+ </developer >
37
42
</developers >
38
43
39
44
<dependencies >
Original file line number Diff line number Diff line change 1
1
sonar.projectKey =cnespython
2
2
sonar.projectName =cnespython
3
- sonar.projectVersion =1.4
3
+ sonar.projectVersion =1.3
4
4
sonar.projectDescription =Plugin Python pour SonarQube.
5
5
sonar.sources =src/main
6
6
sonar.tests =src/test
You can’t perform that action at this time.
0 commit comments