Skip to content

Commit 4d51387

Browse files
authored
Publish the sources jar correctly
1 parent f428652 commit 4d51387

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ publishing {
158158
publications {
159159
mavenJava(MavenPublication) {
160160
from components.java
161-
artifact sourcesJar
162161
pom {
163162
name = 'Secure Modular Jar handler'
164163
description = 'Making the Java modular system provide security information'
@@ -177,4 +176,4 @@ publishing {
177176
repositories {
178177
maven gradleutils.maven
179178
}
180-
}
179+
}

0 commit comments

Comments
 (0)