Skip to content

Commit 6b587e4

Browse files
committed
Fix missed testing line
1 parent 7af75d3 commit 6b587e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ publishing {
7272
suppressPomMetadataWarningsFor(it.name)
7373
}
7474
from components.java
75-
//artifactId = 'securemodules'
75+
artifactId = 'securemodules'
7676
pom {
7777
name = 'Secure Modular handler'
7878
description = 'Making the Java modular system provide security information'

0 commit comments

Comments
 (0)