File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,8 +52,10 @@ publishing {
5252 publications {
5353 register<MavenPublication >(" mavenJava" ) {
5454 from(components[" java" ])
55- artifact(tasks.named(" sourcesJar" ).get())
56- artifact(tasks.named(" javadocJar" ).get())
55+ // Supprimez ces deux lignes - elles sont automatiquement ajoutées par withSourcesJar() et withJavadocJar()
56+ // artifact(tasks.named("sourcesJar").get())
57+ // artifact(tasks.named("javadocJar").get())
58+
5759 groupId = project.group.toString()
5860 artifactId = " ConnectorAPI"
5961 version = project.version.toString()
@@ -71,7 +73,7 @@ publishing {
7173 developer {
7274 id.set(" sandro642" )
7375 name.set(" Sandro" )
74- email.set(" sandro33810@gmail; com" )
76+ email.set(" sandro33810@gmail. com" ) // Correction de l'email (point-virgule -> point )
7577 }
7678 }
7779 scm {
You can’t perform that action at this time.
0 commit comments