浏览代码

Modification build.xml

Loquicom 6 年之前
父节点
当前提交
d39ee1b31f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -6,7 +6,7 @@
 	<property name="build" value="build" />
 	<property name="testreports" value="testreports" />
 	<property name="src" value="src" />
-	<property name="etudiant" value="Arthur Brandao" />
+	<property name="etudiant" value="arthur_brandao" />
 
 	<!-- Define the SonarQube global properties (the most usual way is to pass these properties via the command line) -->
 	<property name="sonar.host.url" value="https://forge.univ-artois.fr/sonar67" />