[repo] Migrate Groovy build scripts to use 'sourcesJar()' directly from buildSrc

This commit is contained in:
Yahor Berdnikau
2023-06-30 18:43:01 +02:00
committed by Space Team
parent 6d5f1c84a7
commit d7fc4a1d27
16 changed files with 15 additions and 25 deletions
+1 -2
View File
@@ -86,6 +86,5 @@ artifacts {
}
}
configureSourcesJar()
RepoArtifacts.sourcesJar(project)
RepoArtifacts.javadocJar(project)