and I can't figure out where the `archives` comes ...
# gradle
b
and I can't figure out where the
archives
comes from in this groovy code
Copy code
artifacts {
	archives sourcesJar, javadocJar, someOtherJars
}