We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f428652 commit 4d51387Copy full SHA for 4d51387
build.gradle
@@ -158,7 +158,6 @@ publishing {
158
publications {
159
mavenJava(MavenPublication) {
160
from components.java
161
- artifact sourcesJar
162
pom {
163
name = 'Secure Modular Jar handler'
164
description = 'Making the Java modular system provide security information'
@@ -177,4 +176,4 @@ publishing {
177
176
repositories {
178
maven gradleutils.maven
179
}
180
-}
+}
0 commit comments